summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-07-15 21:45:29 +0300
committerhjk <qthjk@ovi.com>2012-07-17 13:15:29 +0200
commit187ac69a5f908efe6598bab3b3a489bbaafdc22d (patch)
treeeae0eb6d667f1effd39441c2df1343a4b715c3ab /src/plugins/remotelinux
parent5e3998dd16b2c4149ac67e56ec109d917528d508 (diff)
downloadqt-creator-187ac69a5f908efe6598bab3b3a489bbaafdc22d.tar.gz
move ProfileChooser from Debugger to ProjectExplorer
Change-Id: I5a4dcd5b9101118de8c88b6d26af5a9dbb32ba54 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/startgdbserverdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/startgdbserverdialog.cpp b/src/plugins/remotelinux/startgdbserverdialog.cpp
index 41b1a307ea..825541936c 100644
--- a/src/plugins/remotelinux/startgdbserverdialog.cpp
+++ b/src/plugins/remotelinux/startgdbserverdialog.cpp
@@ -37,8 +37,8 @@
#include "remotelinuxusedportsgatherer.h"
#include <coreplugin/icore.h>
-#include <debugger/debuggertoolchaincombobox.h>
#include <extensionsystem/pluginmanager.h>
+#include <projectexplorer/profilechooser.h>
#include <projectexplorer/devicesupport/devicemanager.h>
#include <projectexplorer/devicesupport/devicemanagermodel.h>
#include <utils/pathchooser.h>
@@ -105,7 +105,7 @@ public:
QPushButton *attachProcessButton;
QTextBrowser *textBrowser;
QPushButton *closeButton;
- Debugger::ProfileChooser *profileChooser;
+ ProfileChooser *profileChooser;
RemoteLinuxUsedPortsGatherer gatherer;
SshRemoteProcessRunner runner;
@@ -121,7 +121,7 @@ StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q
deviceComboBox = new QComboBox(q);
- profileChooser = new Debugger::ProfileChooser(q);
+ profileChooser = new ProfileChooser(q);
// sysrootPathChooser = new PathChooser(q);
// sysrootPathChooser->setExpectedKind(PathChooser::Directory);
// sysrootPathChooser->setPromptDialogTitle(StartGdbServerDialog::tr("Select Sysroot"));