diff options
Diffstat (limited to 'synchronizer/listener.h')
-rw-r--r-- | synchronizer/listener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronizer/listener.h b/synchronizer/listener.h index e03c310..560f052 100644 --- a/synchronizer/listener.h +++ b/synchronizer/listener.h | |||
@@ -79,7 +79,7 @@ private Q_SLOTS: | |||
79 | void quit(); | 79 | void quit(); |
80 | 80 | ||
81 | private: | 81 | private: |
82 | void processCommand(int commandId, uint messageId, Client &client, uint size, const std::function<void()> &callback); | 82 | void processCommand(int commandId, uint messageId, const QByteArray &commandBuffer, Client &client, const std::function<void()> &callback); |
83 | bool processClientBuffer(Client &client); | 83 | bool processClientBuffer(Client &client); |
84 | void sendCurrentRevision(Client &client); | 84 | void sendCurrentRevision(Client &client); |
85 | void sendCommandCompleted(QLocalSocket *socket, uint messageId); | 85 | void sendCommandCompleted(QLocalSocket *socket, uint messageId); |