From 9024558eeadae9bb06a26c0bf71b040bed2ac1c6 Mon Sep 17 00:00:00 2001
From: Christiaan Janssen <christiaan.janssen@nokia.com>
Date: Mon, 12 Apr 2010 13:04:48 +0200
Subject: [PATCH] QmlDesigner.PropertyEditor:  Removed call to nonexisting
 function

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml
index 19acd3361ad..dae19257750 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml
@@ -7,8 +7,7 @@ QScrollArea {
  property var finished;
 
    onFinishedChanged: {
-      setupProperWheelBehaviour();
    }
 
 
-}
\ No newline at end of file
+}
-- 
GitLab