diff options
author | hjk <[email protected]> | 2013-10-14 14:27:55 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-10-14 16:38:07 +0200 |
commit | d3356354914e24991c396a91859a4232734843b9 (patch) | |
tree | be94cac19038729820bd648cd2049f1761b1dcea /src/plugins/debugger/debuggerplugin.cpp | |
parent | 3f88c78ca2cf60b72e1dbb42d3c23d55c6f9e2ed (diff) |
Debugger: Remove DEBUGGER_TEST issues category
Was used by the semi-automated tests which have been merged into
the autotests now.
Change-Id: I899ac95b7134b8c5a838c29d4c16904e85118abf
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 5bbf72ac2b6..19d9746718a 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1495,8 +1495,6 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments, TaskHub::addCategory(Debugger::Constants::TASK_CATEGORY_DEBUGGER_DEBUGINFO, tr("Debug Information")); - TaskHub::addCategory(Debugger::Constants::TASK_CATEGORY_DEBUGGER_TEST, - tr("Debugger Test")); TaskHub::addCategory(Debugger::Constants::TASK_CATEGORY_DEBUGGER_RUNTIME, tr("Debugger Runtime")); |