summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-15 23:03:27 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-15 23:03:27 +0100
commite8b2898efcd2225adc7b14329cc246d9b29f1fa6 (patch)
treea8521217f55e7464a7b170a0f3cb58f3aa00fdd2 /common/messagequeue.h
parent8ba8ff25c86a73045ab86238fdefc9486fa3738b (diff)
downloadsink-e8b2898efcd2225adc7b14329cc246d9b29f1fa6.tar.gz
sink-e8b2898efcd2225adc7b14329cc246d9b29f1fa6.zip
Fixed messageqeue and storage. Empty scan is not an error.
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r--common/messagequeue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h
index 8783421..0b791c6 100644
--- a/common/messagequeue.h
+++ b/common/messagequeue.h
@@ -36,5 +36,6 @@ signals:
36 void messageReady(); 36 void messageReady();
37 37
38private: 38private:
39 Q_DISABLE_COPY(MessageQueue);
39 Akonadi2::Storage mStorage; 40 Akonadi2::Storage mStorage;
40}; 41};