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:
Alessandro Portale
2014-06-01 23:01:50 +02:00
committed by hjk
parent b711e8aee0
commit 0b9a8edae8
8 changed files with 5 additions and 5 deletions

View File

@@ -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 };