summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/linuxdevicetester.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-26 23:29:00 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-07-31 13:40:03 +0200
commit88d413e03bfe5e0d0b09ac3aa4f74215ed582cd1 (patch)
tree32a05a9f603221cf99fabcd36c9ba0a5446b0806 /src/plugins/remotelinux/linuxdevicetester.h
parentbc1f091698889b8d531113d4b336e9099e2f133a (diff)
downloadqt-creator-88d413e03bfe5e0d0b09ac3aa4f74215ed582cd1.tar.gz
remotelinux/projectexplorer: move UsedPortsGatherer to projectexplorer
Change-Id: Iafd7f109de3076375e667aff0c429405cef07b55 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/linuxdevicetester.h')
-rw-r--r--src/plugins/remotelinux/linuxdevicetester.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/remotelinux/linuxdevicetester.h b/src/plugins/remotelinux/linuxdevicetester.h
index b7a9b1fc2c..d4b1467596 100644
--- a/src/plugins/remotelinux/linuxdevicetester.h
+++ b/src/plugins/remotelinux/linuxdevicetester.h
@@ -35,16 +35,12 @@
#include <projectexplorer/devicesupport/idevice.h>
-namespace QSsh {
-class SshConnection;
-}
+namespace ProjectExplorer { class DeviceUsedPortsGatherer; }
+namespace QSsh { class SshConnection; }
namespace RemoteLinux {
-class RemoteLinuxUsedPortsGatherer;
-namespace Internal {
-class GenericLinuxDeviceTesterPrivate;
-}
+namespace Internal { class GenericLinuxDeviceTesterPrivate; }
class REMOTELINUX_EXPORT AbstractLinuxDeviceTester : public QObject
{
@@ -77,7 +73,7 @@ public:
void testDevice(const ProjectExplorer::IDevice::ConstPtr &deviceConfiguration);
void stopTest();
- RemoteLinuxUsedPortsGatherer *usedPortsGatherer() const;
+ ProjectExplorer::DeviceUsedPortsGatherer *usedPortsGatherer() const;
private slots:
void handleConnected();