Skip to content
Snippets Groups Projects
Commit 11807f0d authored by Robert Loehning's avatar Robert Loehning
Browse files

Polish taskbar-icon for build issues


Change-Id: I5998bdabc80e59972446b1f8806ac8703ed5a729
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 17b63c2d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<file>images/clean_pane_small.png</file>
<file>images/clear.png</file>
<file>images/closebutton.png</file>
<file>images/compile_error_taskbar.png</file>
<file>images/dir.png</file>
<file>images/editcopy.png</file>
<file>images/editcut.png</file>
......
src/plugins/coreplugin/images/compile_error_taskbar.png

618 B

......@@ -122,7 +122,7 @@ void Core::Internal::ProgressManagerPrivate::doSetApplicationLabel(const QString
if (text.isEmpty()) {
pITask->SetOverlayIcon(winId, NULL, NULL);
} else {
QPixmap pix = QPixmap(QLatin1String(":/projectexplorer/images/compile_error.png"));
QPixmap pix = QPixmap(QLatin1String(":/core/images/compile_error_taskbar.png"));
QPainter p(&pix);
p.setPen(Qt::white);
QFont font = p.font();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment