forked from qt-creator/qt-creator
ProjectExplorer: Use constants for compile_warning.png and _error
Instead of repeating strings like ":/projectexplorer/images/compile_warning.png" all over the code, we should use constants for it. Change-Id: I91b36838d6da0a2332381e433788e796948d26db Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -52,10 +52,6 @@ const char ICON_INFO[] = ":/todoplugin/images/info.png";
|
||||
// Dummy, needs to be changed
|
||||
const char ICON_TODO[] = ":/todoplugin/images/todo.png";
|
||||
|
||||
const char ICON_WARNING[] = ":/projectexplorer/images/compile_warning.png";
|
||||
const char ICON_ERROR[] = ":/projectexplorer/images/compile_error.png";
|
||||
|
||||
|
||||
// Settings entries
|
||||
const char SETTINGS_GROUP[] = "TodoPlugin";
|
||||
const char SCANNING_SCOPE[] = "ScanningScope";
|
||||
|
||||
Reference in New Issue
Block a user