QmlDesigner.propertyEditor: avoid qml warning

This commit is contained in:
Thomas Hartmann
2010-04-16 11:23:49 +02:00
parent 3365dfe884
commit f871b9641f

View File

@@ -91,7 +91,6 @@ QWidget { //This is a special spinBox that does color coding for states
transaction.end();
}
onEditingFinished: {
focus = false;
}
}
}