summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-24 16:41:15 +0200
committerhjk <qthjk@ovi.com>2012-07-24 16:54:59 +0200
commit1b9cf76600297afde6fc708551cf98e1ce33670f (patch)
treee82cd84386bce857995b1257d5640d4f23ba9998 /src/plugins/remotelinux
parent3fc4511fdf70b3298a261e15c84d450ab83b528c (diff)
downloadqt-creator-1b9cf76600297afde6fc708551cf98e1ce33670f.tar.gz
ProfileChooser: Introduce flags specifying which profiles to list.
Introduce flags to filter profiles that have a debugger configured, restrict to host abi and include invalid profiles (which is not relevant if only debugging is desired). Introduce convenience flags for debugging. Introduce populate() function for cleanliness. Change-Id: I476c40cc9a59e4dd5b1bc7c49597e9169c053754 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/startgdbserverdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/startgdbserverdialog.cpp b/src/plugins/remotelinux/startgdbserverdialog.cpp
index 7f98f445ed..196a9e3cf3 100644
--- a/src/plugins/remotelinux/startgdbserverdialog.cpp
+++ b/src/plugins/remotelinux/startgdbserverdialog.cpp
@@ -119,7 +119,7 @@ StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q
deviceComboBox = new QComboBox(q);
- profileChooser = new ProfileChooser(q);
+ profileChooser = new ProfileChooser(q, ProfileChooser::RemoteDebugging);
// sysrootPathChooser = new PathChooser(q);
// sysrootPathChooser->setExpectedKind(PathChooser::Directory);
// sysrootPathChooser->setPromptDialogTitle(StartGdbServerDialog::tr("Select Sysroot"));