diff options
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/index.h b/common/index.h index df79fc3..3ee322a 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -33,7 +33,7 @@ public: | |||
33 | void remove(const QByteArray &key, const QByteArray &value); | 33 | void remove(const QByteArray &key, const QByteArray &value); |
34 | 34 | ||
35 | void lookup(const QByteArray &key, const std::function<void(const QByteArray &value)> &resultHandler, | 35 | void lookup(const QByteArray &key, const std::function<void(const QByteArray &value)> &resultHandler, |
36 | const std::function<void(const Error &error)> &errorHandler); | 36 | const std::function<void(const Error &error)> &errorHandler, bool matchSubStringKeys = false); |
37 | QByteArray lookup(const QByteArray &key); | 37 | QByteArray lookup(const QByteArray &key); |
38 | 38 | ||
39 | private: | 39 | private: |