From b56df00a4e9a874b96ad53b24a0e3b54e2d967c5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 8 Nov 2015 21:07:19 +0100 Subject: Fixed warnings --- common/facade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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: qint64 mLatestRevision; }; -static ResultSet fullScan(const Akonadi2::Storage::Transaction &transaction, const QByteArray &bufferType) +static inline ResultSet fullScan(const Akonadi2::Storage::Transaction &transaction, const QByteArray &bufferType) { //TODO use a result set with an iterator, to read values on demand QVector keys; -- cgit v1.2.3