diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/synclistresult.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/synclistresult.h')
-rw-r--r-- | common/synclistresult.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/synclistresult.h b/common/synclistresult.h index 3ae2bed..055714f 100644 --- a/common/synclistresult.h +++ b/common/synclistresult.h | |||
@@ -19,7 +19,7 @@ namespace async { | |||
19 | template<class T> | 19 | template<class T> |
20 | class SyncListResult : public QList<T> { | 20 | class SyncListResult : public QList<T> { |
21 | public: | 21 | public: |
22 | SyncListResult(const QSharedPointer<Akonadi2::ResultEmitter<T> > &emitter) | 22 | SyncListResult(const QSharedPointer<Sink::ResultEmitter<T> > &emitter) |
23 | :QList<T>(), | 23 | :QList<T>(), |
24 | mEmitter(emitter) | 24 | mEmitter(emitter) |
25 | { | 25 | { |
@@ -66,7 +66,7 @@ public: | |||
66 | } | 66 | } |
67 | 67 | ||
68 | private: | 68 | private: |
69 | QSharedPointer<Akonadi2::ResultEmitter<T> > mEmitter; | 69 | QSharedPointer<Sink::ResultEmitter<T> > mEmitter; |
70 | std::function<void()> eventLoopAborter; | 70 | std::function<void()> eventLoopAborter; |
71 | }; | 71 | }; |
72 | 72 | ||