diff options
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/index.h b/common/index.h index 0ca32af..6b06d26 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -33,6 +33,7 @@ public: | |||
33 | 33 | ||
34 | void lookup(const QByteArray &key, const std::function<void(const QByteArray &value)> &resultHandler, | 34 | void lookup(const QByteArray &key, const std::function<void(const QByteArray &value)> &resultHandler, |
35 | const std::function<void(const Error &error)> &errorHandler); | 35 | const std::function<void(const Error &error)> &errorHandler); |
36 | QByteArray lookup(const QByteArray &key); | ||
36 | 37 | ||
37 | private: | 38 | private: |
38 | Q_DISABLE_COPY(Index); | 39 | Q_DISABLE_COPY(Index); |