diff options
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 518aca9..5d55202 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -31,11 +31,13 @@ | |||
31 | #include "common/synchronize_generated.h" | 31 | #include "common/synchronize_generated.h" |
32 | #include "common/notification_generated.h" | 32 | #include "common/notification_generated.h" |
33 | #include "common/revisionreplayed_generated.h" | 33 | #include "common/revisionreplayed_generated.h" |
34 | #include "common/inspection_generated.h" | ||
34 | 35 | ||
35 | #include <QLocalServer> | 36 | #include <QLocalServer> |
36 | #include <QLocalSocket> | 37 | #include <QLocalSocket> |
37 | #include <QTimer> | 38 | #include <QTimer> |
38 | #include <QTime> | 39 | #include <QTime> |
40 | #include <QDataStream> | ||
39 | 41 | ||
40 | Listener::Listener(const QByteArray &resourceInstanceIdentifier, QObject *parent) | 42 | Listener::Listener(const QByteArray &resourceInstanceIdentifier, QObject *parent) |
41 | : QObject(parent), | 43 | : QObject(parent), |
@@ -241,6 +243,7 @@ void Listener::processCommand(int commandId, uint messageId, const QByteArray &c | |||
241 | } | 243 | } |
242 | break; | 244 | break; |
243 | } | 245 | } |
246 | case Akonadi2::Commands::InspectionCommand: | ||
244 | case Akonadi2::Commands::FetchEntityCommand: | 247 | case Akonadi2::Commands::FetchEntityCommand: |
245 | case Akonadi2::Commands::DeleteEntityCommand: | 248 | case Akonadi2::Commands::DeleteEntityCommand: |
246 | case Akonadi2::Commands::ModifyEntityCommand: | 249 | case Akonadi2::Commands::ModifyEntityCommand: |