debugger: fix adding of line in start & debug external dialog

Change-Id: I15356cd6be1882540a379961da0efb4d9d64389b
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-14 14:06:38 +02:00
parent 98a5fefb9a
commit d9ee771501

View File

@@ -281,7 +281,7 @@ StartApplicationDialog::StartApplicationDialog(QWidget *parent)
QVBoxLayout *verticalLayout = new QVBoxLayout(this);
verticalLayout->addLayout(formLayout);
verticalLayout->addStretch();
verticalLayout->addRow(line);
verticalLayout->addWidget(line);
verticalLayout->addWidget(d->buttonBox);
connect(d->localExecutablePathChooser, SIGNAL(changed(QString)), SLOT(updateState()));