diff --git a/src/plugins/debugger/gdb/gdboptionspage.cpp b/src/plugins/debugger/gdb/gdboptionspage.cpp index a3c68a563a2..0580e050e3b 100644 --- a/src/plugins/debugger/gdb/gdboptionspage.cpp +++ b/src/plugins/debugger/gdb/gdboptionspage.cpp @@ -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( "The options below give access to advanced " "or experimental functions of GDB. Enabling them may negatively " "impact your debugging experience."));