summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h
index 234e99d..adfdab3 100644
--- a/tests/testimplementations.h
+++ b/tests/testimplementations.h
@@ -64,7 +64,7 @@ public:
64 KAsync::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb) Q_DECL_OVERRIDE { return KAsync::null<void>(); } 64 KAsync::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb) Q_DECL_OVERRIDE { return KAsync::null<void>(); }
65 KAsync::Job<void> synchronizeResource(bool remoteSync, bool localSync) Q_DECL_OVERRIDE { return KAsync::null<void>(); } 65 KAsync::Job<void> synchronizeResource(bool remoteSync, bool localSync) Q_DECL_OVERRIDE { return KAsync::null<void>(); }
66 66
67public Q_SLOTS: 67public slots:
68 void open() Q_DECL_OVERRIDE {} 68 void open() Q_DECL_OVERRIDE {}
69 void close() Q_DECL_OVERRIDE {} 69 void close() Q_DECL_OVERRIDE {}
70}; 70};