forked from qt-creator/qt-creator
debugger: allow the user to hide the std:: and Qt's namespace
This commit is contained in:
@@ -112,6 +112,8 @@ enum DebuggerActionCode
|
||||
WatchPoint,
|
||||
AssignValue,
|
||||
AssignType,
|
||||
ShowStdNamespace,
|
||||
ShowQtNamespace,
|
||||
|
||||
// Source List
|
||||
ListSourceFiles,
|
||||
|
||||
Reference in New Issue
Block a user