diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-08 21:07:19 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-08 21:07:19 +0100 |
commit | b56df00a4e9a874b96ad53b24a0e3b54e2d967c5 (patch) | |
tree | 5c2974e9e49246aa568a3274a2efc92bed900c0a /common/facade.h | |
parent | 5d19ebfb9654b8998d694ff88fa4dcde94b0874c (diff) | |
download | sink-b56df00a4e9a874b96ad53b24a0e3b54e2d967c5.tar.gz sink-b56df00a4e9a874b96ad53b24a0e3b54e2d967c5.zip |
Fixed warnings
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 2 |
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 | ||
85 | static ResultSet fullScan(const Akonadi2::Storage::Transaction &transaction, const QByteArray &bufferType) | 85 | static 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; |