forked from qt-creator/qt-creator
Use text instead of icons for todo scanning scope buttons.
Those icons were initially introduced as stubs and are not so much informative. Change-Id: Ib990ef36f41e1094d024c91d2f873728a971d1fa Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -55,10 +55,6 @@ 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";
|
||||
|
||||
// Public domain, I am the author
|
||||
const char ICON_CURRENT_FILE[] = ":/todoplugin/images/current-file.png";
|
||||
const char ICON_WHOLE_PROJECT[] = ":/todoplugin/images/whole-project.png";
|
||||
|
||||
|
||||
// Settings entries
|
||||
const char SETTINGS_GROUP[] = "TodoPlugin";
|
||||
|
||||
Reference in New Issue
Block a user