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. --- common/resource.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'common/resource.cpp') diff --git a/common/resource.cpp b/common/resource.cpp index f81f094..533a132 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -46,16 +46,6 @@ void Resource::processCommand(int commandId, const QByteArray &data) Q_UNUSED(data) } -KAsync::Job Resource::synchronizeWithSource(const Sink::QueryBase &query) -{ - return KAsync::null(); -} - -KAsync::Job Resource::processAllMessages() -{ - return KAsync::null(); -} - void Resource::setLowerBoundRevision(qint64 revision) { Q_UNUSED(revision) -- cgit v1.2.3