Fix custom dumper text edit tooltip

Change-Id: I8fa68357abfcebfd04839c4552681608b0c6d2e3
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Jarek Kobus
2013-12-04 08:56:50 +01:00
committed by hjk
parent 5fe602e3b7
commit 291c1d3361

View File

@@ -210,9 +210,9 @@ GdbOptionsPageWidget::GdbOptionsPageWidget(QWidget *parent)
"You can load additional debugging helpers or modify existing ones here.</p>"
"%1</body></html>").arg(howToUsePython));
textEditCustomDumperCommands = new QTextEdit(groupBoxStartupCommands);
textEditCustomDumperCommands = new QTextEdit(groupBoxCustomDumperCommands);
textEditCustomDumperCommands->setAcceptRichText(false);
textEditCustomDumperCommands->setToolTip(groupBoxStartupCommands->toolTip());
textEditCustomDumperCommands->setToolTip(groupBoxCustomDumperCommands->toolTip());
/*
groupBoxPluginDebugging = new QGroupBox(q);