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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qinputaspect.h b/src/input/frontend/qinputaspect.h
index eff1b9e53..0ccc0abff 100644
--- a/src/input/frontend/qinputaspect.h
+++ b/src/input/frontend/qinputaspect.h
@@ -62,7 +62,7 @@ public:
QStringList availablePhysicalDevices() const;
private:
- QVector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) override;
+ std::vector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) override;
void onRegistered() override;
void onUnregistered() override;