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 e1b7e3a..0ca32af 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -29,7 +29,7 @@ public: | |||
29 | Index(const QByteArray &name, Akonadi2::Storage::Transaction &); | 29 | Index(const QByteArray &name, Akonadi2::Storage::Transaction &); |
30 | 30 | ||
31 | void add(const QByteArray &key, const QByteArray &value); | 31 | void add(const QByteArray &key, const QByteArray &value); |
32 | // void remove(const QByteArray &key, const QByteArray &value); | 32 | void remove(const QByteArray &key, const QByteArray &value); |
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); |