summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-16 17:43:22 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-16 17:43:22 +0100
commit529dd17eec62a9702b8837f8f1976dfbf28fdd82 (patch)
tree3fe5581a76b83cd9c4360b67e7dd99ceb8c0eaab /common/index.h
parent8acaae496f9e816c4c1b1126fc6409b6fafe6500 (diff)
downloadsink-529dd17eec62a9702b8837f8f1976dfbf28fdd82.tar.gz
sink-529dd17eec62a9702b8837f8f1976dfbf28fdd82.zip
Prepared sort indexes
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h2
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
39private: 39private: