summaryrefslogtreecommitdiffstats
path: root/common/entitystorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/entitystorage.h')
-rw-r--r--common/entitystorage.h2
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) {