aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-12-16 14:13:44 +0100
committerhjk <hjk@theqtcompany.com>2015-12-17 14:58:23 +0000
commit6a71c631869afac7477242c599186a29cde7d426 (patch)
tree873d3b45c79ef33fd8558ef92ebf7b607456a369 /src/plugins/debugger/debuggeractions.h
parente5b9e819faea9b65013bbc35fefead2a7b38599e (diff)
Debugger: Make display of QObject names optional
... and switch it off by default. The feature has indeterministic performance impact and lost quite a bit of its utility since GDB learned to extract dynamic object types most of the times. Change-Id: I22cccb03ba67f9ff6ad757bbc06eb372d84bbffe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index a1fd3962807..89d527e792f 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -157,6 +157,7 @@ enum DebuggerActionCode
// Watchers & Locals
ShowStdNamespace,
ShowQtNamespace,
+ ShowQObjectNames,
SortStructMembers,
AutoDerefPointers,
MaximalStringLength,