diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testimplementations.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h index 111c884..6fe08f7 100644 --- a/tests/testimplementations.h +++ b/tests/testimplementations.h | |||
@@ -66,10 +66,6 @@ public: | |||
66 | { | 66 | { |
67 | return KAsync::null<void>(); | 67 | return KAsync::null<void>(); |
68 | } | 68 | } |
69 | KAsync::Job<void> synchronizeResource(bool remoteSync, bool localSync) Q_DECL_OVERRIDE | ||
70 | { | ||
71 | return KAsync::null<void>(); | ||
72 | } | ||
73 | KAsync::Job<void> synchronizeResource(const Sink::QueryBase &) Q_DECL_OVERRIDE | 69 | KAsync::Job<void> synchronizeResource(const Sink::QueryBase &) Q_DECL_OVERRIDE |
74 | { | 70 | { |
75 | return KAsync::null<void>(); | 71 | return KAsync::null<void>(); |