QLocalSocket * socket_
The socket used for IPC.
Definition ipcclient.h:37
IpcClient()
Initializes the socket.
Definition ipcclient.cpp:5
void sendString(const std::string &data)
Sends the given string to the IpcServer.
Definition ipcclient.cpp:18
~IpcClient()
Deletes the socket.
Definition ipcclient.cpp:7
bool connect()
Connects the socket to the IpcServer.
Definition ipcclient.cpp:12