From 19f2cbb9566eddac697c673eed63c0e946f330a6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 17 Feb 2016 13:27:56 +0100 Subject: Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility --- formattest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'formattest.cpp') diff --git a/formattest.cpp b/formattest.cpp index f12fd59..14eb550 100644 --- a/formattest.cpp +++ b/formattest.cpp @@ -116,10 +116,10 @@ public: return (lastReplayedRevision >= topRevision); } -Q_SIGNALS: +signals: void changesReplayed(); -public Q_SLOTS: +public slots: void revisionChanged() { auto mainStoreTransaction = mStorage.createTransaction(Storage::ReadOnly); -- cgit v1.2.3