diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:04:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:04:59 +0100 |
commit | 3e7b8fe8b8cca75b546c8cac2c09ce231861f21b (patch) | |
tree | 36cf1849ff30a986de56d931d60ce1c88660ec83 /common/resource.cpp | |
parent | 7fdcc36a1a352bb869020ade8a8aa697c3e8b80c (diff) | |
download | sink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.tar.gz sink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.zip |
Used the CommandProcessor as central place for all command processing.
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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) | |||
46 | Q_UNUSED(data) | 46 | Q_UNUSED(data) |
47 | } | 47 | } |
48 | 48 | ||
49 | KAsync::Job<void> Resource::synchronizeWithSource(const Sink::QueryBase &query) | ||
50 | { | ||
51 | return KAsync::null<void>(); | ||
52 | } | ||
53 | |||
54 | KAsync::Job<void> Resource::processAllMessages() | ||
55 | { | ||
56 | return KAsync::null<void>(); | ||
57 | } | ||
58 | |||
59 | void Resource::setLowerBoundRevision(qint64 revision) | 49 | void Resource::setLowerBoundRevision(qint64 revision) |
60 | { | 50 | { |
61 | Q_UNUSED(revision) | 51 | Q_UNUSED(revision) |