summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-21 18:03:57 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-21 18:07:47 +0200
commit0e680f8f46325c009538cbe2e88069fde6609fc2 (patch)
tree097a9d18cd4e68be4ddb9ba557edb3e141255c1a
parent6706659bb16677dfb6ad408bd24b93b6dc917717 (diff)
downloadqt-creator-0e680f8f46325c009538cbe2e88069fde6609fc2.tar.gz
QmlDesigner.PropertyEditor: Cleanup
Change-Id: Ic0545a022d2dd2d2911ceaedec9137e60a332e4d Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
index cb1c6f1a2a..ee88008ed3 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
@@ -81,14 +81,6 @@ Controls.TextField {
}
}
- // onFocusChanged: {
- // if (focus) {
- // transaction.start();
- // } else {
- // transaction.end();
- // }
- // }
-
style: TextFieldStyle {
selectionColor: lineEdit.textColor
selectedTextColor: "black"