debugger: get rid of the remaing frame in the output window

This commit is contained in:
hjk
2010-03-18 16:23:52 +01:00
parent 6eadfa3ac0
commit 3660feadd9

View File

@@ -180,6 +180,7 @@ public:
: QPlainTextEdit(parent)
{
setMaximumBlockCount(100000);
setFrameStyle(QFrame::NoFrame);
m_clearContentsAction = new QAction(this);
m_clearContentsAction->setText(tr("Clear Contents"));
m_clearContentsAction->setEnabled(true);