diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-17 13:27:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-17 13:27:56 +0100 |
commit | 19f2cbb9566eddac697c673eed63c0e946f330a6 (patch) | |
tree | fc5b25ece35bac0e9bf94e1e6fe081cbc2ad07d0 /tests/testimplementations.h | |
parent | 65e483c178a1980eb36e7b8efb8a76c7112f209e (diff) | |
download | sink-19f2cbb9566eddac697c673eed63c0e946f330a6.tar.gz sink-19f2cbb9566eddac697c673eed63c0e946f330a6.zip |
Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r-- | tests/testimplementations.h | 2 |
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 | ||
67 | public Q_SLOTS: | 67 | public 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 | }; |