summaryrefslogtreecommitdiffstats
path: root/common/entitystorage.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-09 10:30:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-10 10:40:01 +0200
commit4f1ec5deaf3205e4d71dcb0ff35a29cfbb2c8ec1 (patch)
treeb34e8cc4dc3857b3a3a4c5913e3989e07b81044e /common/entitystorage.cpp
parent2450b46d6aa902f5d5a5094b493f1da4d98798ba (diff)
downloadsink-4f1ec5deaf3205e4d71dcb0ff35a29cfbb2c8ec1.tar.gz
sink-4f1ec5deaf3205e4d71dcb0ff35a29cfbb2c8ec1.zip
A null value means the generator has nothing to generate anymore.
Diffstat (limited to 'common/entitystorage.cpp')
-rw-r--r--common/entitystorage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/entitystorage.cpp b/common/entitystorage.cpp
index 33b65d6..b77b481 100644
--- a/common/entitystorage.cpp
+++ b/common/entitystorage.cpp
@@ -148,7 +148,6 @@ ResultSet EntityStorageBase::getResultSet(const Akonadi2::Query &query, Akonadi2
148 return key; 148 return key;
149 } 149 }
150 //We're done 150 //We're done
151 //FIXME make sure result set understands that this means we're done
152 return QByteArray(); 151 return QByteArray();
153 }); 152 });
154 } 153 }