From 90a67f40dc866889fc4b77184006036b290aaa26 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Mon, 5 Oct 2015 17:42:32 -0400 Subject: Fixed 'plataforms' typo in WheelEvent documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I08907f6c0d435c2a056f759ba58f616a5b0368d2 Signed-off-by: Daniel Levin Reviewed-by: Tor Arne Vestbø --- src/quick/items/qquickevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/items') 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. -- cgit v1.2.3