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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/frontend/qinputaspect.h b/src/input/frontend/qinputaspect.h
index 1f09330af..cde17ab6a 100644
--- a/src/input/frontend/qinputaspect.h
+++ b/src/input/frontend/qinputaspect.h
@@ -55,7 +55,8 @@ class QT3DINPUTSHARED_EXPORT QInputAspect : public Qt3DCore::QAbstractAspect
{
Q_OBJECT
public:
- explicit QInputAspect(QObject *parent = 0);
+ explicit QInputAspect(QObject *parent = nullptr);
+
QAbstractPhysicalDevice *createPhysicalDevice(const QString &name);
QStringList availablePhysicalDevices() const;