summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index 13734f0..643ebec 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -82,7 +82,7 @@ private:
82 qint64 mLatestRevision; 82 qint64 mLatestRevision;
83}; 83};
84 84
85static ResultSet fullScan(const Akonadi2::Storage::Transaction &transaction, const QByteArray &bufferType) 85static inline ResultSet fullScan(const Akonadi2::Storage::Transaction &transaction, const QByteArray &bufferType)
86{ 86{
87 //TODO use a result set with an iterator, to read values on demand 87 //TODO use a result set with an iterator, to read values on demand
88 QVector<QByteArray> keys; 88 QVector<QByteArray> keys;