diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-29 11:27:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-29 11:27:04 +0100 |
commit | 6a072b2dcf23cbcdb210f2bd5c273ea0f425b188 (patch) | |
tree | cc2789c59e04018743aa0d575ee51a6f10869ffc /common/commandprocessor.h | |
parent | 81b459c0f013704e95fb5933525c82a6ca46f13f (diff) | |
download | sink-6a072b2dcf23cbcdb210f2bd5c273ea0f425b188.tar.gz sink-6a072b2dcf23cbcdb210f2bd5c273ea0f425b188.zip |
The synchronization call can be sync.
... because we really just enqueue the request and then wait for the
notification.
Diffstat (limited to 'common/commandprocessor.h')
-rw-r--r-- | common/commandprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/commandprocessor.h b/common/commandprocessor.h index a807f46..81f93e5 100644 --- a/common/commandprocessor.h +++ b/common/commandprocessor.h | |||
@@ -78,7 +78,6 @@ private: | |||
78 | // void processRevisionReplayedCommand(const QByteArray &data); | 78 | // void processRevisionReplayedCommand(const QByteArray &data); |
79 | 79 | ||
80 | KAsync::Job<void> flush(void const *command, size_t size); | 80 | KAsync::Job<void> flush(void const *command, size_t size); |
81 | KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query); | ||
82 | 81 | ||
83 | Sink::Pipeline *mPipeline; | 82 | Sink::Pipeline *mPipeline; |
84 | MessageQueue mUserQueue; | 83 | MessageQueue mUserQueue; |