diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-29 10:02:58 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-29 10:02:58 +0100 |
commit | 8355323c285584940d81157f2596855f99996977 (patch) | |
tree | 9edfba869cc726515bd281a05548b2c50f8c860b /common/genericresource.h | |
parent | 664fb0fbfd21a25d1f86938a186f6ec9cea6d882 (diff) | |
download | sink-8355323c285584940d81157f2596855f99996977.tar.gz sink-8355323c285584940d81157f2596855f99996977.zip |
Renamed Processor to CommandProcessor
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 4 |
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 | ||
29 | class Processor; | 29 | class CommandProcessor; |
30 | class ChangeReplay; | 30 | class ChangeReplay; |
31 | 31 | ||
32 | namespace Akonadi2 | 32 | namespace Akonadi2 |
@@ -67,7 +67,7 @@ protected: | |||
67 | QSharedPointer<Pipeline> mPipeline; | 67 | QSharedPointer<Pipeline> mPipeline; |
68 | 68 | ||
69 | private: | 69 | private: |
70 | Processor *mProcessor; | 70 | CommandProcessor *mProcessor; |
71 | ChangeReplay *mSourceChangeReplay; | 71 | ChangeReplay *mSourceChangeReplay; |
72 | int mError; | 72 | int mError; |
73 | QTimer mCommitQueueTimer; | 73 | QTimer mCommitQueueTimer; |