forked from qt-creator/qt-creator
Braces cleanup
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -44,9 +44,8 @@ BareMetalGdbCommandsDeployStepWidget::BareMetalGdbCommandsDeployStepWidget(BareM
|
||||
m_commands = new QPlainTextEdit(this);
|
||||
fl->addRow(tr("GDB commands:"),m_commands);
|
||||
m_commands->setPlainText(m_step.gdbCommands());
|
||||
if (!connect(m_commands,SIGNAL(textChanged()),SLOT(update()))) {
|
||||
if (!connect(m_commands,SIGNAL(textChanged()),SLOT(update())))
|
||||
qDebug()<<"BareMetalGdbCommandsDeployStepWidget connect failed.";
|
||||
}
|
||||
}
|
||||
|
||||
void BareMetalGdbCommandsDeployStepWidget::update()
|
||||
|
||||
Reference in New Issue
Block a user