forked from qt-creator/qt-creator
Centralize error/warning/info icons
There are multiple copies of these pngs in different plugins. Let's have one version in core, also as @2x variant. Change-Id: Iedff1a6190a72c1947dd202ae1ee46f59f9fb13c Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
@@ -262,7 +262,7 @@ TaskWindow::TaskWindow() : d(new TaskWindowPrivate)
|
||||
d->m_listview->setContextMenuPolicy(Qt::ActionsContextMenu);
|
||||
|
||||
d->m_filterWarningsButton = createFilterButton(
|
||||
QIcon(QLatin1String(Constants::ICON_WARNING)),
|
||||
QIcon(QLatin1String(Core::Constants::ICON_WARNING)),
|
||||
tr("Show Warnings"), this, SLOT(setShowWarnings(bool)));
|
||||
|
||||
d->m_categoriesButton = new QToolButton;
|
||||
|
||||
Reference in New Issue
Block a user