summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qabstractphysicaldeviceproxy_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qabstractphysicaldeviceproxy_p.h')
-rw-r--r--src/input/frontend/qabstractphysicaldeviceproxy_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/frontend/qabstractphysicaldeviceproxy_p.h b/src/input/frontend/qabstractphysicaldeviceproxy_p.h
index e250b9eb9..4a7b1dfc5 100644
--- a/src/input/frontend/qabstractphysicaldeviceproxy_p.h
+++ b/src/input/frontend/qabstractphysicaldeviceproxy_p.h
@@ -88,13 +88,10 @@ Q_SIGNALS:
void statusChanged(QAbstractPhysicalDeviceProxy::DeviceStatus status);
protected:
- void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) override;
-
QAbstractPhysicalDeviceProxy(QAbstractPhysicalDeviceProxyPrivate &dd, Qt3DCore::QNode *parent = nullptr);
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const override;
private:
- void setDevice(QAbstractPhysicalDevice *device);
Q_DECLARE_PRIVATE(QAbstractPhysicalDeviceProxy)
};