summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-02-26 11:55:57 +0100
committerKai Koehne <kai.koehne@qt.io>2020-02-26 12:03:29 +0100
commit0920fab4a5a59dad619c72176517b8192d509c9b (patch)
tree94b1e6001d520a526cf74cd581443e5c2402fe68 /src/input/frontend
parent092c643b11a6a9b74c7bff93ae97296fbc6a5592 (diff)
Doc: Fix typo in updateAxesContinuously
Change-Id: I34233db4540c7f6d31cc508ad541cd4d682a08ec Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/input/frontend')
-rw-r--r--src/input/frontend/qmousedevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/frontend/qmousedevice.cpp b/src/input/frontend/qmousedevice.cpp
index 5872fbcd2..d74ea0353 100644
--- a/src/input/frontend/qmousedevice.cpp
+++ b/src/input/frontend/qmousedevice.cpp
@@ -108,7 +108,7 @@ QMouseDevicePrivate::QMouseDevicePrivate()
*/
/*!
- \property Qt3DInput::QMouseDevice::updateAxesContinously
+ \property Qt3DInput::QMouseDevice::updateAxesContinuously
If true, axes will be updated anytime they change regardless of whether
any mouse button is being pressed. Otherwise, axes are updated only when
@@ -119,7 +119,7 @@ QMouseDevicePrivate::QMouseDevicePrivate()
*/
/*!
- \qmlproperty bool MouseDevice::updateAxesContinously
+ \qmlproperty bool MouseDevice::updateAxesContinuously
If true, axes will be updated anytime they change regardless of whether
any mouse button is being pressed. Otherwise, axes are updated only when