From f871b9641f335a9612531374ec7b56b63e404ec1 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Fri, 16 Apr 2010 11:23:49 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: avoid qml warning

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
index b32f63cbb45..733008e4856 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml
@@ -91,7 +91,6 @@ QWidget { //This is a special spinBox that does color coding for states
                 transaction.end();
             }
             onEditingFinished: {
-                focus = false;
             }
         }
     }
-- 
GitLab