summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/threadpooler/tst_threadpooler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/threadpooler/tst_threadpooler.cpp')
-rw-r--r--tests/auto/core/threadpooler/tst_threadpooler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/core/threadpooler/tst_threadpooler.cpp b/tests/auto/core/threadpooler/tst_threadpooler.cpp
index 2fc6e8c3b..bc4552c66 100644
--- a/tests/auto/core/threadpooler/tst_threadpooler.cpp
+++ b/tests/auto/core/threadpooler/tst_threadpooler.cpp
@@ -86,7 +86,7 @@ public:
void setMutex(QMutex *mutex);
- void run() Q_DECL_OVERRIDE;
+ void run() override;
private:
TestFunction m_func;
@@ -119,7 +119,7 @@ class MassAspectJob : public Qt3DCore::QAspectJob
public:
MassAspectJob(MassFunction func, QVector3D *data);
- void run() Q_DECL_OVERRIDE;
+ void run() override;
private:
MassFunction m_func;