summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp')
-rw-r--r--tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp b/tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp
index b4690268c8..13c2c2bb61 100644
--- a/tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp
+++ b/tests/auto/dbus/qdbusthreading/tst_qdbusthreading.cpp
@@ -41,7 +41,7 @@ class Thread : public QThread
static int counter;
public:
Thread(bool automatic = true);
- void run();
+ void run() override;
using QThread::exec;
};