diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-16 17:43:22 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-16 17:43:22 +0100 |
commit | 529dd17eec62a9702b8837f8f1976dfbf28fdd82 (patch) | |
tree | 3fe5581a76b83cd9c4360b67e7dd99ceb8c0eaab /common/index.h | |
parent | 8acaae496f9e816c4c1b1126fc6409b6fafe6500 (diff) | |
download | sink-529dd17eec62a9702b8837f8f1976dfbf28fdd82.tar.gz sink-529dd17eec62a9702b8837f8f1976dfbf28fdd82.zip |
Prepared sort indexes
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: |