From 5d19ebfb9654b8998d694ff88fa4dcde94b0874c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 5 Nov 2015 23:26:44 +0100 Subject: Implemented removeIndex --- common/domain/event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/event.h') diff --git a/common/domain/event.h b/common/domain/event.h index e9ba52a..577367b 100644 --- a/common/domain/event.h +++ b/common/domain/event.h @@ -57,6 +57,7 @@ public: */ static ResultSet queryIndexes(const Akonadi2::Query &query, const QByteArray &resourceInstanceIdentifier, QSet &appliedFilters, Akonadi2::Storage::Transaction &transaction); static void index(const QByteArray &identifier, const BufferAdaptor &bufferAdaptor, Akonadi2::Storage::Transaction &transaction); + static void removeIndex(const QByteArray &identifier, const BufferAdaptor &bufferAdaptor, Akonadi2::Storage::Transaction &transaction); static QSharedPointer > initializeReadPropertyMapper(); static QSharedPointer > initializeWritePropertyMapper(); }; -- cgit v1.2.3