debugger: don't accept rich text in the gdb startup commands

Task-number: QTCREATORBUG-6771
Change-Id: I9fbb1f275561d9ea422781af3740257235269197
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-10 13:28:18 +01:00
committed by hjk
parent cdaa2ddae3
commit 818081b32b

View File

@@ -176,7 +176,7 @@ public:
groupBoxStartupCommands->setTitle(GdbOptionsPage::tr("Additional Startup Commands"));
textEditStartupCommands = new QTextEdit(groupBoxStartupCommands);
textEditStartupCommands->setAcceptRichText(false);
/*
groupBoxPluginDebugging = new QGroupBox(q);