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. --- examples/dummyresource/resourcefactory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/dummyresource/resourcefactory.h') diff --git a/examples/dummyresource/resourcefactory.h b/examples/dummyresource/resourcefactory.h index 2eb7558..bc35d82 100644 --- a/examples/dummyresource/resourcefactory.h +++ b/examples/dummyresource/resourcefactory.h @@ -31,8 +31,6 @@ class DummyResource : public Sink::GenericResource public: DummyResource(const Sink::ResourceContext &resourceContext, const QSharedPointer &pipeline = QSharedPointer()); virtual ~DummyResource(); - - KAsync::Job synchronizeWithSource(const Sink::QueryBase &) Q_DECL_OVERRIDE; }; class DummyResourceFactory : public Sink::ResourceFactory -- cgit v1.2.3