aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-22 15:42:30 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-25 08:07:19 +0000
commitfdad4bf7b044e833a6cff1f1539b17a5565cc363 (patch)
tree3c72329f433700c476584e6fa92272bd1b5a1466 /src/plugins/resourceeditor/qrceditor
parent600693af2c7ea7eb52702f8f7021b44b0bdf2b6f (diff)
New file overlay icons
Change-Id: Icba67a1404b6e4604aef56def00bfe2098b8c8fe Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/qrceditor')
-rw-r--r--src/plugins/resourceeditor/qrceditor/resourcefile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/resourcefile.cpp b/src/plugins/resourceeditor/qrceditor/resourcefile.cpp
index ef15fe6660..d034a0556c 100644
--- a/src/plugins/resourceeditor/qrceditor/resourcefile.cpp
+++ b/src/plugins/resourceeditor/qrceditor/resourcefile.cpp
@@ -30,6 +30,7 @@
#include <coreplugin/icore.h>
#include <coreplugin/removefiledialog.h>
#include <coreplugin/vcsmanager.h>
+#include <projectexplorer/projectexplorerconstants.h>
#include <utils/fileutils.h>
#include <QCoreApplication>
@@ -547,7 +548,7 @@ ResourceModel::ResourceModel(QObject *parent)
: QAbstractItemModel(parent), m_dirty(false)
{
m_prefixIcon = Core::FileIconProvider::overlayIcon(QStyle::SP_DirIcon,
- QIcon(QLatin1String(":/resourceeditor/images/qt_qrc.png")), QSize(16, 16));
+ QIcon(QLatin1String(ProjectExplorer::Constants::FILEOVERLAY_QRC)), QSize(16, 16));
}
void ResourceModel::setDirty(bool b)