summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-20 18:08:05 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-21 11:37:27 +0200
commit8af6eaf1d9f5efc16e61f3a3d87fac95b8902d50 (patch)
tree759c7439410c6a453085c402a45b900e65744a81 /share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets
parentb59aefbc9ac38662f830caefa0c8db42d83e9092 (diff)
downloadqt-creator-8af6eaf1d9f5efc16e61f3a3d87fac95b8902d50.tar.gz
QmlDesigner.PropertyEditor: Remove print
Change-Id: Iede444df7a4d63db67c459ac6608b47ae33aba12 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
index afcf540e28..c46f3ff627 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
@@ -100,7 +100,6 @@ RowLayout {
Component.onCompleted: {
//Hack to style the text input
for (var i = 0; i < comboBox.children.length; i++) {
- print(comboBox.children[i])
if (comboBox.children[i].text !== undefined) {
comboBox.children[i].color = urlChooser.textColor
comboBox.children[i].anchors.rightMargin = 34