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 /common/genericresource.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 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index 2688df0..74a8cfb 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -70,10 +70,10 @@ public: | |||
70 | return (lastReplayedRevision >= topRevision); | 70 | return (lastReplayedRevision >= topRevision); |
71 | } | 71 | } |
72 | 72 | ||
73 | Q_SIGNALS: | 73 | signals: |
74 | void changesReplayed(); | 74 | void changesReplayed(); |
75 | 75 | ||
76 | public Q_SLOTS: | 76 | public slots: |
77 | void revisionChanged() | 77 | void revisionChanged() |
78 | { | 78 | { |
79 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); | 79 | auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); |