aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxapplicationrunner.h
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2012-02-28 10:34:50 +0100
committerKai Koehne <[email protected]>2012-03-01 09:46:22 +0100
commit705b2efe87f49387f409004068e58f70394697d1 (patch)
tree94316e8539be4ad92efbb787e55f8fa350d11845 /src/plugins/remotelinux/remotelinuxapplicationrunner.h
parent59594ad297b3be6c47954816be76dfaace9e57c3 (diff)
PortList: Move to utils
Change-Id: I99dbef56a2a5b06bb4b89ca442e44bf586efdb22 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxapplicationrunner.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxapplicationrunner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxapplicationrunner.h b/src/plugins/remotelinux/remotelinuxapplicationrunner.h
index 86cd9cb66a4..92f2b053c0b 100644
--- a/src/plugins/remotelinux/remotelinuxapplicationrunner.h
+++ b/src/plugins/remotelinux/remotelinuxapplicationrunner.h
@@ -37,12 +37,12 @@
#include <QSharedPointer>
namespace Utils {
+class PortList;
class SshConnection;
}
namespace RemoteLinux {
class LinuxDeviceConfiguration;
-class PortList;
class RemoteLinuxRunConfiguration;
class RemoteLinuxUsedPortsGatherer;
@@ -67,7 +67,7 @@ public:
QSharedPointer<Utils::SshConnection> connection() const;
QSharedPointer<const LinuxDeviceConfiguration> devConfig() const;
const RemoteLinuxUsedPortsGatherer *usedPortsGatherer() const;
- PortList *freePorts();
+ Utils::PortList *freePorts();
QString remoteExecutable() const;
QString arguments() const;
QString commandPrefix() const;