forked from qt-creator/qt-creator
Debugger: Profile -> Target
Change-Id: If65d7c385eb86a54a4a9bdf51be5b2bf1c3cb429 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
e203893fd1
commit
6a17546e5f
@@ -155,7 +155,7 @@ StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q
|
||||
|
||||
QFormLayout *formLayout = new QFormLayout();
|
||||
formLayout->addRow(StartGdbServerDialog::tr("Device:"), deviceComboBox);
|
||||
formLayout->addRow(StartGdbServerDialog::tr("Profile:"), profileChooser);
|
||||
formLayout->addRow(StartGdbServerDialog::tr("Target:"), profileChooser);
|
||||
formLayout->addRow(StartGdbServerDialog::tr("&Filter entries:"), processFilterLineEdit);
|
||||
|
||||
QHBoxLayout *horizontalLayout2 = new QHBoxLayout();
|
||||
|
||||
Reference in New Issue
Block a user