summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-29 10:02:58 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-29 10:02:58 +0100
commit8355323c285584940d81157f2596855f99996977 (patch)
tree9edfba869cc726515bd281a05548b2c50f8c860b /common/genericresource.h
parent664fb0fbfd21a25d1f86938a186f6ec9cea6d882 (diff)
downloadsink-8355323c285584940d81157f2596855f99996977.tar.gz
sink-8355323c285584940d81157f2596855f99996977.zip
Renamed Processor to CommandProcessor
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index a58a7c3..9c8b977 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -26,7 +26,7 @@
26#include <domainadaptor.h> 26#include <domainadaptor.h>
27#include <QTimer> 27#include <QTimer>
28 28
29class Processor; 29class CommandProcessor;
30class ChangeReplay; 30class ChangeReplay;
31 31
32namespace Akonadi2 32namespace Akonadi2
@@ -67,7 +67,7 @@ protected:
67 QSharedPointer<Pipeline> mPipeline; 67 QSharedPointer<Pipeline> mPipeline;
68 68
69private: 69private:
70 Processor *mProcessor; 70 CommandProcessor *mProcessor;
71 ChangeReplay *mSourceChangeReplay; 71 ChangeReplay *mSourceChangeReplay;
72 int mError; 72 int mError;
73 QTimer mCommitQueueTimer; 73 QTimer mCommitQueueTimer;