summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qphysicaldevicecreatedchange.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2018-01-26 16:17:37 +0100
committerNico Vertriest <nico.vertriest@qt.io>2018-02-06 14:07:15 +0000
commitdc6388e0d7fba2e05346e8e91c9f683742420f98 (patch)
tree4e285f2694a7c8208adb767ba18a032467b4a879 /src/input/frontend/qphysicaldevicecreatedchange.cpp
parent037ef30a55fd6fb730954ec3f7224121c52de95d (diff)
Doc: add doc to undocumented methods and properties qt3d
Change-Id: Ia498dd96a6d35997a3f493f26b376fb8fa146196 Reviewed-by: Svenn-Arne Dragly <svenn-arne.dragly@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/input/frontend/qphysicaldevicecreatedchange.cpp')
-rw-r--r--src/input/frontend/qphysicaldevicecreatedchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qphysicaldevicecreatedchange.cpp b/src/input/frontend/qphysicaldevicecreatedchange.cpp
index 0abeea520..807fdc014 100644
--- a/src/input/frontend/qphysicaldevicecreatedchange.cpp
+++ b/src/input/frontend/qphysicaldevicecreatedchange.cpp
@@ -71,7 +71,7 @@ QPhysicalDeviceCreatedChangeBase::~QPhysicalDeviceCreatedChangeBase()
/*!
Returns a list of node ids.
*/
-Qt3DCore::QNodeIdVector QPhysicalDeviceCreatedChangeBase::axisSettingIds() const
+Qt3DCore::QNodeIdVector Qt3DInput::QPhysicalDeviceCreatedChangeBase::axisSettingIds() const
{
Q_D(const QPhysicalDeviceCreatedChangeBase);
return d->m_axisSettingIds;