diff options
Diffstat (limited to 'common/listener.h')
-rw-r--r-- | common/listener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/listener.h b/common/listener.h index 8f89d23..248a190 100644 --- a/common/listener.h +++ b/common/listener.h | |||
@@ -83,7 +83,7 @@ private: | |||
83 | bool processClientBuffer(Client &client); | 83 | bool processClientBuffer(Client &client); |
84 | void sendCommandCompleted(QLocalSocket *socket, uint messageId); | 84 | void sendCommandCompleted(QLocalSocket *socket, uint messageId); |
85 | void updateClientsWithRevision(qint64); | 85 | void updateClientsWithRevision(qint64); |
86 | void loadResource(); | 86 | Akonadi2::Resource *loadResource(); |
87 | void readFromSocket(QLocalSocket *socket); | 87 | void readFromSocket(QLocalSocket *socket); |
88 | qint64 lowerBoundRevision(); | 88 | qint64 lowerBoundRevision(); |
89 | 89 | ||