fix: store IPC file in application directory (#5226)
This commit is contained in:
@@ -6,8 +6,16 @@
|
||||
class QByteArray;
|
||||
class QString;
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
class Paths;
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
namespace chatterino::ipc {
|
||||
|
||||
void initPaths(const Paths *paths);
|
||||
|
||||
void sendMessage(const char *name, const QByteArray &data);
|
||||
|
||||
class IpcQueuePrivate;
|
||||
|
||||
Reference in New Issue
Block a user