forked from qt-creator/qt-creator
Debugger: Update references to Locals and Expressions
These are two separate views now Change-Id: I010ad0b937982704310d102d1f4338ec0c29a370 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -296,7 +296,7 @@ public:
|
||||
label->setText("<html><head/><body>\n<p>"
|
||||
+ tr("The debugging helpers are used to produce a nice "
|
||||
"display of objects of certain types like QString or "
|
||||
"std::map in the "Locals and Expressions" view.")
|
||||
"std::map in the "Locals" and "Expressions" views.")
|
||||
+ "</p></body></html>");
|
||||
|
||||
auto groupBoxCustomDumperCommands = new QGroupBox(debuggingHelperGroupBox);
|
||||
|
||||
Reference in New Issue
Block a user