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 /formattest.cpp | |
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 'formattest.cpp')
-rw-r--r-- | formattest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/formattest.cpp b/formattest.cpp index f12fd59..14eb550 100644 --- a/formattest.cpp +++ b/formattest.cpp | |||
@@ -116,10 +116,10 @@ public: | |||
116 | return (lastReplayedRevision >= topRevision); | 116 | return (lastReplayedRevision >= topRevision); |
117 | } | 117 | } |
118 | 118 | ||
119 | Q_SIGNALS: | 119 | signals: |
120 | void changesReplayed(); | 120 | void changesReplayed(); |
121 | 121 | ||
122 | public Q_SLOTS: | 122 | public slots: |
123 | void revisionChanged() | 123 | void revisionChanged() |
124 | { | 124 | { |
125 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); | 125 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); |