forked from qt-creator/qt-creator
Debugger: Move debugger icons from core to debugger
These three images are exclusively used in the Debugger plugin, thus belong into the Debugger resources. Change-Id: I327236c66f7424b8bec94630972844175b793fad Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Constants {
|
||||
const char DEBUGGER_COMMON_SETTINGS_ID[] = "A.Common";
|
||||
const char DEBUGGER_SETTINGS_CATEGORY[] = "O.Debugger";
|
||||
const char DEBUGGER_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("Debugger", "Debugger");
|
||||
const char DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON[] = ":/core/images/category_debug.png";
|
||||
const char DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON[] = ":/debugger/images/category_debug.png";
|
||||
|
||||
namespace Internal {
|
||||
enum { debug = 0 };
|
||||
|
||||
Reference in New Issue
Block a user