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:
hjk
2021-01-14 12:38:58 +01:00
parent 5afdb17212
commit ad4d2e1912

View File

@@ -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>"));