From 3e7b8fe8b8cca75b546c8cac2c09ce231861f21b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 28 Nov 2016 23:04:59 +0100 Subject: Used the CommandProcessor as central place for all command processing. --- tests/testimplementations.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') diff --git a/tests/testimplementations.h b/tests/testimplementations.h index 6fe08f7..d1a912a 100644 --- a/tests/testimplementations.h +++ b/tests/testimplementations.h @@ -110,11 +110,6 @@ public: TestResource(const Sink::ResourceContext &resourceContext, QSharedPointer pipeline) : Sink::GenericResource(resourceContext, pipeline) { } - - KAsync::Job synchronizeWithSource(const Sink::QueryBase &query) Q_DECL_OVERRIDE - { - return KAsync::null(); - } }; template -- cgit v1.2.3