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/resource.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 'common/resource.h')
-rw-r--r-- | common/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h index ab30cb9..d0100f6 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -60,7 +60,7 @@ public: | |||
60 | */ | 60 | */ |
61 | virtual void removeDataFromDisk(); | 61 | virtual void removeDataFromDisk(); |
62 | 62 | ||
63 | Q_SIGNALS: | 63 | signals: |
64 | void revisionUpdated(qint64); | 64 | void revisionUpdated(qint64); |
65 | void notify(Notification); | 65 | void notify(Notification); |
66 | 66 | ||