forked from qt-creator/qt-creator
Debugger: Make the "There be dragons" hint more visible
The message existed already for a while, but only as tooltip. Change-Id: If1cf248b470e83bc7b0c2d20d1b348a0257cfe91 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -286,8 +286,6 @@ GdbOptionsPageWidget2::GdbOptionsPageWidget2()
|
||||
groupBoxDangerous->setTitle(GdbOptionsPage::tr("Extended"));
|
||||
|
||||
auto labelDangerous = new QLabel(GdbOptionsPage::tr(
|
||||
"The options below should be used with care."));
|
||||
labelDangerous->setToolTip(GdbOptionsPage::tr(
|
||||
"<html><head/><body>The options below give access to advanced "
|
||||
"or experimental functions of GDB. Enabling them may negatively "
|
||||
"impact your debugging experience.</body></html>"));
|
||||
|
||||
Reference in New Issue
Block a user