diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-26 09:44:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 11:11:08 +0200 |
commit | c9aeb8896ae578515c217b9a08988156b4d62f1e (patch) | |
tree | 4735d7df7c16ee9556f80aba61a034ff48f1196a /synchronizer/listener.h | |
parent | 8f2fed8d2a1b23a8f318047b6592ad64b6ecbd22 (diff) | |
download | sink-c9aeb8896ae578515c217b9a08988156b4d62f1e.tar.gz sink-c9aeb8896ae578515c217b9a08988156b4d62f1e.zip |
Resource crashhandler and logging facilities.
Diffstat (limited to 'synchronizer/listener.h')
-rw-r--r-- | synchronizer/listener.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synchronizer/listener.h b/synchronizer/listener.h index f1241c7..ee73766 100644 --- a/synchronizer/listener.h +++ b/synchronizer/listener.h | |||
@@ -82,7 +82,6 @@ private: | |||
82 | void sendCommandCompleted(Client &client, uint messageId); | 82 | void sendCommandCompleted(Client &client, uint messageId); |
83 | void updateClientsWithRevision(); | 83 | void updateClientsWithRevision(); |
84 | void loadResource(); | 84 | void loadResource(); |
85 | void log(const QString &); | ||
86 | 85 | ||
87 | QLocalServer *m_server; | 86 | QLocalServer *m_server; |
88 | QVector<Client> m_connections; | 87 | QVector<Client> m_connections; |