summaryrefslogtreecommitdiff
path: root/tests/ptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ptr.cpp')
-rw-r--r--tests/ptr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ptr.cpp b/tests/ptr.cpp
index e0ddfe93..4707ff7f 100644
--- a/tests/ptr.cpp
+++ b/tests/ptr.cpp
@@ -244,7 +244,7 @@ class Thread : public QThread
public:
Thread(const DataPtr &ptr, QObject *parent = 0) : QThread(parent), mPtr(ptr) {}
- void run()
+ void run() override
{
QVERIFY(!mPtr.isNull());
for (int i = 0; i < 200; ++i) {