diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-08 16:51:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-10 10:40:01 +0200 |
commit | c08ac164d20c56e4b2890ebc9f2acda2c5723b5c (patch) | |
tree | 88a7f41d6ccd266db049d9b7c3d16c8a41905d7a /common/entitystorage.h | |
parent | 615fc9df81555ce5a2b16747640beba43e109ef4 (diff) | |
download | sink-c08ac164d20c56e4b2890ebc9f2acda2c5723b5c.tar.gz sink-c08ac164d20c56e4b2890ebc9f2acda2c5723b5c.zip |
Cleanup
Diffstat (limited to 'common/entitystorage.h')
-rw-r--r-- | common/entitystorage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/entitystorage.h b/common/entitystorage.h index 68b9e46..78dbcda 100644 --- a/common/entitystorage.h +++ b/common/entitystorage.h | |||
@@ -109,8 +109,6 @@ public: | |||
109 | auto transaction = storage.createTransaction(Akonadi2::Storage::ReadOnly); | 109 | auto transaction = storage.createTransaction(Akonadi2::Storage::ReadOnly); |
110 | 110 | ||
111 | Log() << "Querying" << baseRevision; | 111 | Log() << "Querying" << baseRevision; |
112 | //TODO fallback in case the old revision is no longer available to clear + redo complete initial scan | ||
113 | // | ||
114 | auto resultSet = getResultSet(query, transaction, baseRevision); | 112 | auto resultSet = getResultSet(query, transaction, baseRevision); |
115 | while(resultSet.next([this, resultProvider](const Akonadi2::ApplicationDomain::ApplicationDomainType::Ptr &value, Akonadi2::Operation operation) -> bool { | 113 | while(resultSet.next([this, resultProvider](const Akonadi2::ApplicationDomain::ApplicationDomainType::Ptr &value, Akonadi2::Operation operation) -> bool { |
116 | switch (operation) { | 114 | switch (operation) { |