Skip to content
Snippets Groups Projects
Commit d67f3eb8 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: remove qWarning

parent db6cb616
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ QVariant DesignerPropertyMap<DefaultType>::value(const QString &key) const ...@@ -59,7 +59,6 @@ QVariant DesignerPropertyMap<DefaultType>::value(const QString &key) const
{ {
if (contains(key)) if (contains(key))
return QDeclarativePropertyMap::value(key); return QDeclarativePropertyMap::value(key);
qWarning() << QString("DesignerPropertyMap::value() %1 not found").arg(key);
return QVariant(&m_defaultValue); return QVariant(&m_defaultValue);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment