aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerinternalconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-07-11 14:14:40 +0200
committerEike Ziller <eike.ziller@qt.io>2023-07-13 06:09:27 +0000
commit77c7e26779a1ce9a6a47143a9c9e2225231af087 (patch)
tree943987985e49e205787dc63eefeeb6280fd80d89 /src/plugins/debugger/debuggerinternalconstants.h
parentf16f09c390f5acb57ac038b76ace43a8bb58795c (diff)
Tasks: Show tool tips with information about the categories
When hovering an entry in the filter menu in the Issues view. Also remove some categories that shouldn't be there. Change-Id: Ifb367d69b9396c2fdc45b83ec5ffd88ac2f0eda7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggerinternalconstants.h')
-rw-r--r--src/plugins/debugger/debuggerinternalconstants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerinternalconstants.h b/src/plugins/debugger/debuggerinternalconstants.h
index 5c4205b5a8f..bb3e5181ee2 100644
--- a/src/plugins/debugger/debuggerinternalconstants.h
+++ b/src/plugins/debugger/debuggerinternalconstants.h
@@ -42,7 +42,6 @@ const char C_DEBUGGER_NOTRUNNING[] = "Debugger.NotRunning";
const char PRESET_PERSPECTIVE_ID[] = "Debugger.Perspective.Preset";
-const char TASK_CATEGORY_DEBUGGER_DEBUGINFO[] = "Debuginfo";
const char TASK_CATEGORY_DEBUGGER_RUNTIME[] = "DebugRuntime";
const char TEXT_MARK_CATEGORY_BREAKPOINT[] = "Debugger.Mark.Breakpoint";