forked from qt-creator/qt-creator
Move icons to Utils
This way we can use them from libraries, not only from plugins. Change-Id: Ic35cfd5f04d638d87606bf272b2c00ded1267c1b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
#include "buildprogress.h"
|
||||
#include "projectexplorerconstants.h"
|
||||
|
||||
#include <coreplugin/coreicons.h>
|
||||
|
||||
#include <utils/utilsicons.h>
|
||||
#include <utils/stylehelper.h>
|
||||
|
||||
#include <QFont>
|
||||
@@ -85,8 +84,8 @@ BuildProgress::BuildProgress(TaskWindow *taskWindow, Qt::Orientation orientation
|
||||
|
||||
m_errorIcon->setAlignment(Qt::AlignRight);
|
||||
m_warningIcon->setAlignment(Qt::AlignRight);
|
||||
m_errorIcon->setPixmap(Core::Icons::ERROR_TOOLBAR.pixmap());
|
||||
m_warningIcon->setPixmap(Core::Icons::WARNING_TOOLBAR.pixmap());
|
||||
m_errorIcon->setPixmap(Utils::Icons::ERROR_TOOLBAR.pixmap());
|
||||
m_warningIcon->setPixmap(Utils::Icons::WARNING_TOOLBAR.pixmap());
|
||||
|
||||
m_contentWidget->hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user