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 /tests/testimplementations.h | |
parent | 7fdcc36a1a352bb869020ade8a8aa697c3e8b80c (diff) | |
download | sink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.tar.gz sink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.zip |
Used the CommandProcessor as central place for all command processing.
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r-- | tests/testimplementations.h | 5 |
1 files changed, 0 insertions, 5 deletions
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: | |||
110 | TestResource(const Sink::ResourceContext &resourceContext, QSharedPointer<Sink::Pipeline> pipeline) : Sink::GenericResource(resourceContext, pipeline) | 110 | TestResource(const Sink::ResourceContext &resourceContext, QSharedPointer<Sink::Pipeline> pipeline) : Sink::GenericResource(resourceContext, pipeline) |
111 | { | 111 | { |
112 | } | 112 | } |
113 | |||
114 | KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query) Q_DECL_OVERRIDE | ||
115 | { | ||
116 | return KAsync::null<void>(); | ||
117 | } | ||
118 | }; | 113 | }; |
119 | 114 | ||
120 | template <typename DomainType> | 115 | template <typename DomainType> |