summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r--common/messagequeue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h
index 6f0bddb..f23ddcf 100644
--- a/common/messagequeue.h
+++ b/common/messagequeue.h
@@ -56,7 +56,7 @@ private slots:
56 56
57private: 57private:
58 Q_DISABLE_COPY(MessageQueue); 58 Q_DISABLE_COPY(MessageQueue);
59 Sink::Storage mStorage; 59 Sink::Storage::DataStore mStorage;
60 Sink::Storage::Transaction mWriteTransaction; 60 Sink::Storage::DataStore::Transaction mWriteTransaction;
61 QByteArrayList mPendingRemoval; 61 QByteArrayList mPendingRemoval;
62}; 62};