From bee6d7d793732d4ebbcb7f48b7622bd124f22f13 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 10 Aug 2015 01:09:29 +0200 Subject: Use the new transaction api in hawd --- tests/hawd/dataset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/hawd/dataset.h') diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index 9ef162c..b6aa863 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h @@ -57,7 +57,7 @@ public: private: Row(); Row(const Dataset &dataset, qint64 key = 0); - void fromBinary(QByteArray &binary); + void fromBinary(QByteArray binary); qint64 m_key; QHash m_columns; @@ -85,6 +85,7 @@ public: private: DatasetDefinition m_definition; Akonadi2::Storage m_storage; + Akonadi2::Storage::Transaction m_transaction; QString m_commitHash; }; -- cgit v1.2.3