summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputaspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qinputaspect.h')
-rw-r--r--src/input/frontend/qinputaspect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/frontend/qinputaspect.h b/src/input/frontend/qinputaspect.h
index bc35256b6..90781d297 100644
--- a/src/input/frontend/qinputaspect.h
+++ b/src/input/frontend/qinputaspect.h
@@ -62,10 +62,10 @@ public:
QStringList availablePhysicalDevices() const;
private:
- QVector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) Q_DECL_OVERRIDE;
+ QVector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) override;
- void onRegistered() Q_DECL_OVERRIDE;
- void onUnregistered() Q_DECL_OVERRIDE;
+ void onRegistered() override;
+ void onUnregistered() override;
Q_DECLARE_PRIVATE(QInputAspect)
explicit QInputAspect(QInputAspectPrivate &dd, QObject *parent);