From f816f173a3ceb084020ed69bde62b583c41e8972 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 25 Mar 2010 16:52:44 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: remove qWarning --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index dff878486c2..8b32edb865a 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -361,7 +361,6 @@ void PropertyEditor::changeValue(const QString &propertyName) PropertyEditorValue *value = qobject_cast<PropertyEditorValue*>(QDeclarativeMetaType::toQObject(m_currentType->m_backendValuesPropertyMap.value(underscoreName))); if (value ==0) { - qWarning() << "PropertyEditor:" <<propertyName << " - value is null"; return; } -- GitLab