summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h5
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
120template <typename DomainType> 115template <typename DomainType>