From 1b9c1f8bd136662cc13ea70ac306cd3698a83e88 Mon Sep 17 00:00:00 2001
From: Christiaan Janssen <christiaan.janssen@nokia.com>
Date: Tue, 23 Feb 2010 17:21:02 +0100
Subject: [PATCH] QmlDesigner.PropertyEditor: removed listview unused
 properties

---
 .../qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
index de72e01e2f0..c0170e2fa23 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
@@ -54,7 +54,7 @@ GroupBox {
                             backendValue: backendValues.highlightFollowsCurrentItem;
                             baseStateFlag: isBaseState;
                             checkable: true;
-                        }                      
+                        }
 
                         SpinBox {
                             id: spacingSpinBox;
-- 
GitLab