36 void processMessage(QLocalSocket *clientSocket,
const QString &message);
37 void processLogLevel(QLocalSocket *&clientSocket,
const QStringList &messageParts);
38 void processElevate(QLocalSocket *&clientSocket,
const QStringList &messageParts);
39 void processCommand(QLocalSocket *&clientSocket,
const QStringList &messageParts);
47 void writeToClientSocket(QLocalSocket *&clientSocket,
const QString &message)
const;
50 void handleNewConnection();
51 void handleReadyRead();
52 void handleDisconnected();
53 void handleErrorOccurred();
56 const QString m_logFilename;
57 QLocalServer *m_server;
58 QSet<QLocalSocket *> m_clients;