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:
@@ -43,12 +43,6 @@ const char COLOR_FIXME_BG[] = "#ffcccc";
|
||||
const char COLOR_BUG_BG[] = "#ffcccc";
|
||||
const char COLOR_NOTE_BG[] = "#e0ebff";
|
||||
|
||||
// Todo item icons
|
||||
|
||||
// http://en.wikipedia.org/wiki/File:Information_icon_with_gradient_background.svg,
|
||||
// public domain, tuned a bit
|
||||
const char ICON_INFO[] = ":/todoplugin/images/info.png";
|
||||
|
||||
// Dummy, needs to be changed
|
||||
const char ICON_TODO[] = ":/todoplugin/images/todo.png";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user