diff options
Diffstat (limited to 'common/indexer.cpp')
-rw-r--r-- | common/indexer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/indexer.cpp b/common/indexer.cpp index 1b223b3..c18170c 100644 --- a/common/indexer.cpp +++ b/common/indexer.cpp | |||
@@ -20,10 +20,11 @@ | |||
20 | 20 | ||
21 | using namespace Sink; | 21 | using namespace Sink; |
22 | 22 | ||
23 | void Indexer::setup(TypeIndex *index, Storage::DataStore::Transaction *transaction) | 23 | void Indexer::setup(TypeIndex *index, Storage::DataStore::Transaction *transaction, const QByteArray &resourceId) |
24 | { | 24 | { |
25 | mTypeIndex = index; | 25 | mTypeIndex = index; |
26 | mTransaction = transaction; | 26 | mTransaction = transaction; |
27 | mResourceInstanceIdentifier = resourceId; | ||
27 | } | 28 | } |
28 | 29 | ||
29 | Storage::DataStore::Transaction &Indexer::transaction() | 30 | Storage::DataStore::Transaction &Indexer::transaction() |