From 0a2d20c474206553d5c981fd2a772188083101e9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 29 Oct 2015 17:52:45 +0100 Subject: Updated the index on modifications and removals. Misses tests. --- common/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/index.h') 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: Index(const QByteArray &name, Akonadi2::Storage::Transaction &); void add(const QByteArray &key, const QByteArray &value); - // void remove(const QByteArray &key, const QByteArray &value); + void remove(const QByteArray &key, const QByteArray &value); void lookup(const QByteArray &key, const std::function &resultHandler, const std::function &errorHandler); -- cgit v1.2.3