From d67f3eb8eec897c134805d186c6abbe25b4fdffa Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Tue, 27 Apr 2010 11:32:57 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: remove qWarning

---
 .../qmldesigner/components/propertyeditor/designerpropertymap.h  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h b/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h
index 7f3e05d980b..0e2a4164763 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h
@@ -59,7 +59,6 @@ QVariant DesignerPropertyMap<DefaultType>::value(const QString &key) const
 {
     if (contains(key))
         return QDeclarativePropertyMap::value(key);
-    qWarning() << QString("DesignerPropertyMap::value() %1 not found").arg(key);
     return QVariant(&m_defaultValue);
 }
 
-- 
GitLab