summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qactioninput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qactioninput.h')
-rw-r--r--src/input/frontend/qactioninput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/frontend/qactioninput.h b/src/input/frontend/qactioninput.h
index faa44d448..917c5a717 100644
--- a/src/input/frontend/qactioninput.h
+++ b/src/input/frontend/qactioninput.h
@@ -44,13 +44,13 @@ QT_BEGIN_NAMESPACE
namespace Qt3DInput {
-class QAbstractInputDevice;
+class QAbstractPhysicalDevice;
class QActionInputPrivate;
class QT3DINPUTSHARED_EXPORT QActionInput : public Qt3DCore::QNode
{
Q_OBJECT
- Q_PROPERTY(Qt3DInput::QAbstractInputDevice *sourceDevice READ sourceDevice WRITE setSourceDevice NOTIFY sourceDeviceChanged)
+ Q_PROPERTY(Qt3DInput::QAbstractPhysicalDevice *sourceDevice READ sourceDevice WRITE setSourceDevice NOTIFY sourceDeviceChanged)
public:
explicit QActionInput(Qt3DCore::QNode *parent = Q_NULLPTR);
@@ -61,8 +61,8 @@ public:
QVector<int> keys() const;
QBitArray keysBitArray() const;
- void setSourceDevice(QAbstractInputDevice *sourceDevice);
- QAbstractInputDevice *sourceDevice() const;
+ void setSourceDevice(QAbstractPhysicalDevice *sourceDevice);
+ QAbstractPhysicalDevice *sourceDevice() const;
Q_SIGNALS:
void sourceDeviceChanged();