Skip to content
Snippets Groups Projects
Commit d9ee7715 authored by hjk's avatar hjk
Browse files

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


Change-Id: I15356cd6be1882540a379961da0efb4d9d64389b
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 98a5fefb
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ StartApplicationDialog::StartApplicationDialog(QWidget *parent) ...@@ -281,7 +281,7 @@ StartApplicationDialog::StartApplicationDialog(QWidget *parent)
QVBoxLayout *verticalLayout = new QVBoxLayout(this); QVBoxLayout *verticalLayout = new QVBoxLayout(this);
verticalLayout->addLayout(formLayout); verticalLayout->addLayout(formLayout);
verticalLayout->addStretch(); verticalLayout->addStretch();
verticalLayout->addRow(line); verticalLayout->addWidget(line);
verticalLayout->addWidget(d->buttonBox); verticalLayout->addWidget(d->buttonBox);
connect(d->localExecutablePathChooser, SIGNAL(changed(QString)), SLOT(updateState())); connect(d->localExecutablePathChooser, SIGNAL(changed(QString)), SLOT(updateState()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment