aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Levin <dendy.ua@gmail.com>2015-10-05 17:42:32 -0400
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2015-10-06 11:58:59 +0000
commit90a67f40dc866889fc4b77184006036b290aaa26 (patch)
tree15fe404b000df47a838ed846c1c2a2ba21901897
parentad125bd18ef5c98a264b9e4fac258dd07511035d (diff)
Fixed 'plataforms' typo in WheelEvent documentation
Change-Id: I08907f6c0d435c2a056f759ba58f616a5b0368d2 Signed-off-by: Daniel Levin <dendy.ua@gmail.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
-rw-r--r--src/quick/items/qquickevents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickevents.cpp b/src/quick/items/qquickevents.cpp
index 1380452718..520b9d46bb 100644
--- a/src/quick/items/qquickevents.cpp
+++ b/src/quick/items/qquickevents.cpp
@@ -322,7 +322,7 @@ Item {
/*!
\qmlproperty point QtQuick::WheelEvent::pixelDelta
- This property holds the delta in screen pixels and is available in plataforms that
+ This property holds the delta in screen pixels and is available in platforms that
have high-resolution trackpads, such as OS X.
The x and y cordinate of this property holds the delta in horizontal and
vertical orientation. The value should be used directly to scroll content on screen.