diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h index 2661439..a04969b 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -87,7 +87,7 @@ public: | |||
87 | * @return The number of values retrieved. | 87 | * @return The number of values retrieved. |
88 | */ | 88 | */ |
89 | int scan(const QByteArray &key, const std::function<bool(const QByteArray &key, const QByteArray &value)> &resultHandler, | 89 | int scan(const QByteArray &key, const std::function<bool(const QByteArray &key, const QByteArray &value)> &resultHandler, |
90 | const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>(), bool findSubstringKeys = false) const; | 90 | const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>(), bool findSubstringKeys = false, bool skipInternalKeys = true) const; |
91 | 91 | ||
92 | /** | 92 | /** |
93 | * Finds the last value in a series matched by prefix. | 93 | * Finds the last value in a series matched by prefix. |