summaryrefslogtreecommitdiffstats
path: root/synchronizer/listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'synchronizer/listener.h')
-rw-r--r--synchronizer/listener.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/synchronizer/listener.h b/synchronizer/listener.h
index 2577673..e03c310 100644
--- a/synchronizer/listener.h
+++ b/synchronizer/listener.h
@@ -73,7 +73,7 @@ private Q_SLOTS:
73 void acceptConnection(); 73 void acceptConnection();
74 void clientDropped(); 74 void clientDropped();
75 void checkConnections(); 75 void checkConnections();
76 void readFromSocket(); 76 void onDataAvailable();
77 void processClientBuffers(); 77 void processClientBuffers();
78 void refreshRevision(); 78 void refreshRevision();
79 void quit(); 79 void quit();
@@ -85,6 +85,7 @@ private:
85 void sendCommandCompleted(QLocalSocket *socket, uint messageId); 85 void sendCommandCompleted(QLocalSocket *socket, uint messageId);
86 void updateClientsWithRevision(); 86 void updateClientsWithRevision();
87 void loadResource(); 87 void loadResource();
88 void readFromSocket(QLocalSocket *socket);
88 89
89 QLocalServer *m_server; 90 QLocalServer *m_server;
90 QVector<Client> m_connections; 91 QVector<Client> m_connections;