From 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 25 Nov 2016 08:27:06 +0100 Subject: Added the flush command. Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything. --- tests/testimplementations.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/testimplementations.h b/tests/testimplementations.h index 111c884..6fe08f7 100644 --- a/tests/testimplementations.h +++ b/tests/testimplementations.h @@ -66,10 +66,6 @@ public: { return KAsync::null(); } - KAsync::Job synchronizeResource(bool remoteSync, bool localSync) Q_DECL_OVERRIDE - { - return KAsync::null(); - } KAsync::Job synchronizeResource(const Sink::QueryBase &) Q_DECL_OVERRIDE { return KAsync::null(); -- cgit v1.2.3