summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-12-02 14:57:10 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-12-07 15:08:03 +0000
commit62409fbafc0cf5b11d2a3c646f97f527668b9ae1 (patch)
tree582c0336beccd80e8789b7c276e0ec213282ef30 /src/input
parentf8ba0ee64abe614780324711c8b0b7274d38eb0a (diff)
Doc: removed superfluous (double) documentation + link error
- removed link to Tessellation Modes QML Example - QMouseDevice::sensitivity documented twice - QTextureImage::source documented twice Change-Id: I7d1a37a158bf2861103b20a5d387a005e7c759c6 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qmousedevice.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/input/frontend/qmousedevice.cpp b/src/input/frontend/qmousedevice.cpp
index e7d68b2bc..744d289f3 100644
--- a/src/input/frontend/qmousedevice.cpp
+++ b/src/input/frontend/qmousedevice.cpp
@@ -105,12 +105,6 @@ QMouseDevicePrivate::QMouseDevicePrivate()
Default is 0.1.
*/
-/*!
- \property Qt3DInput::QMouseDevice::sensitivity
-
- Holds the sensitivity of the mouse device.
- Default is 0.1.
- */
/*!
Constructs a new QMouseDevice instance with parent \a parent.
@@ -202,8 +196,9 @@ int QMouseDevice::buttonIdentifier(const QString &name) const
/*!
\property Qt3DInput::QMouseDevice::sensitivity
- The sensitivity of the device.
- */
+ Holds the sensitivity of the mouse device.
+ The default is 0.1.
+*/
float QMouseDevice::sensitivity() const
{
Q_D(const QMouseDevice);