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:
@@ -509,7 +509,7 @@ public:
|
||||
setObjectName(QLatin1String("DebugMode"));
|
||||
setContext(Context(CC::C_EDITORMANAGER, C_DEBUGMODE, CC::C_NAVIGATION_PANE));
|
||||
setDisplayName(DebuggerPlugin::tr("Debug"));
|
||||
setIcon(QIcon(QLatin1String(":/fancyactionbar/images/mode_Debug.png")));
|
||||
setIcon(QIcon(QLatin1String(":/debugger/images/mode_debug.png")));
|
||||
setPriority(85);
|
||||
setId(MODE_DEBUG);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user