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);
42 void handleNewConnection();
43 void handleReadyRead();
44 void handleDisconnected();
45 void handleErrorOccurred();
48 const QString m_logFilename;
49 QLocalServer *m_server;
50 QSet<QLocalSocket *> m_clients;