summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-21 18:26:25 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-05-21 18:26:54 +0200
commitebe4fa187fe4bdf60ccf8aab372e347bad593f97 (patch)
tree93c8580fb81a1bb438130b0a28b2f666d81d8e20
parent0e680f8f46325c009538cbe2e88069fde6609fc2 (diff)
downloadqt-creator-ebe4fa187fe4bdf60ccf8aab372e347bad593f97.tar.gz
QmlDesigner.PropertyEditor: Remove dead code
Change-Id: Id1d712511bf76c974af458d7661358db16a1dafb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp
index 1b35e0a07d..ba180fbac4 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp
@@ -165,7 +165,6 @@ void PropertyEditorView::changeValue(const QString &name)
return;
}
- //.replace(QLatin1Char('.'), QLatin1Char('_'))
PropertyName underscoreName(propertyName);
underscoreName.replace('.', '_');
PropertyEditorValue *value = m_qmlBackEndForCurrentType->propertyValueForName(underscoreName);