summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2017-09-09 21:29:32 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2017-09-12 15:21:02 +0000
commit9ad888e6a62002ff9fbb07c46c48090449cbcd27 (patch)
tree10598e152df7191555873d47c745406f9137aefe /src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp
parent96ef6c797b9ae8f87a0701b2e559d90c1b7b6141 (diff)
downloadqt-creator-9ad888e6a62002ff9fbb07c46c48090449cbcd27.tar.gz
QmlDesigner: Replace redundant images + remove unused files
Replaces some redundant icons files with already available, themeble and HighDPI-able Utils::Icons. The removed files are mostly images which haven't been used since a while. Change-Id: I1c17eb176a0d3d0a80335b43909012eab822c6b1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp
index 80b3dc2924..4fa195b3c5 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp
@@ -94,8 +94,6 @@ PropertyEditorQmlBackend::PropertyEditorQmlBackend(PropertyEditorView *propertyE
m_view(new Quick2PropertyEditorView), m_propertyEditorTransaction(new PropertyEditorTransaction(propertyEditor)), m_dummyPropertyEditorValue(new PropertyEditorValue()),
m_contextObject(new PropertyEditorContextObject())
{
- Q_ASSERT(QFileInfo(QLatin1String(":/images/button_normal.png")).exists());
-
m_view->engine()->setOutputWarningsToStandardError(QmlDesignerPlugin::instance()
->settings().value(DesignerSettingsKey::SHOW_PROPERTYEDITOR_WARNINGS).toBool());