summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-17 13:27:56 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-17 13:27:56 +0100
commit19f2cbb9566eddac697c673eed63c0e946f330a6 (patch)
treefc5b25ece35bac0e9bf94e1e6fe081cbc2ad07d0 /tests/dummyresourcebenchmark.cpp
parent65e483c178a1980eb36e7b8efb8a76c7112f209e (diff)
downloadsink-19f2cbb9566eddac697c673eed63c0e946f330a6.tar.gz
sink-19f2cbb9566eddac697c673eed63c0e946f330a6.zip
Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 9afc775..77b87fb 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -30,7 +30,7 @@ class DummyResourceBenchmark : public QObject
30 Q_OBJECT 30 Q_OBJECT
31private: 31private:
32 int num; 32 int num;
33private Q_SLOTS: 33private slots:
34 void initTestCase() 34 void initTestCase()
35 { 35 {
36 Sink::Log::setDebugOutputLevel(Sink::Log::Warning); 36 Sink::Log::setDebugOutputLevel(Sink::Log::Warning);