summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractphysicaldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qabstractphysicaldevice.h')
-rw-r--r--src/input/frontend/qabstractphysicaldevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/frontend/qabstractphysicaldevice.h b/src/input/frontend/qabstractphysicaldevice.h
index 1836c0e9d..94b23bd14 100644
--- a/src/input/frontend/qabstractphysicaldevice.h
+++ b/src/input/frontend/qabstractphysicaldevice.h
@@ -58,7 +58,6 @@ class QT3DINPUTSHARED_EXPORT QAbstractPhysicalDevice : public Qt3DCore::QNode
Q_OBJECT
public:
explicit QAbstractPhysicalDevice(Qt3DCore::QNode *parent = Q_NULLPTR);
- ~QAbstractPhysicalDevice();
virtual int axisCount() const;
virtual int buttonCount() const;
@@ -75,7 +74,6 @@ public:
protected:
QAbstractPhysicalDevice(QAbstractPhysicalDevicePrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
Q_DECLARE_PRIVATE(QAbstractPhysicalDevice)
- void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
};