From 6a072b2dcf23cbcdb210f2bd5c273ea0f425b188 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 29 Nov 2016 11:27:04 +0100 Subject: The synchronization call can be sync. ... because we really just enqueue the request and then wait for the notification. --- common/commandprocessor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/commandprocessor.h') 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: // void processRevisionReplayedCommand(const QByteArray &data); KAsync::Job flush(void const *command, size_t size); - KAsync::Job synchronizeWithSource(const Sink::QueryBase &query); Sink::Pipeline *mPipeline; MessageQueue mUserQueue; -- cgit v1.2.3