summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/linuxdevicetester.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-27 00:17:12 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-07-31 14:33:03 +0200
commit1283233f4b0194d82c57af1e4be9907bb63e2ffb (patch)
treeac53dec02abad63260093dfd51023d718bdc840d /src/plugins/remotelinux/linuxdevicetester.h
parent59187d18d5fcc257eec82f83b35f6d08330e339a (diff)
downloadqt-creator-1283233f4b0194d82c57af1e4be9907bb63e2ffb.tar.gz
debugger: move startgdbserverdialog from remotelinux plugins
Change-Id: Ic382437bb99fe1b6bda9b1252e286cb3b9476191 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/linuxdevicetester.h')
-rw-r--r--src/plugins/remotelinux/linuxdevicetester.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/linuxdevicetester.h b/src/plugins/remotelinux/linuxdevicetester.h
index d4b1467596..9eaeb6cf9a 100644
--- a/src/plugins/remotelinux/linuxdevicetester.h
+++ b/src/plugins/remotelinux/linuxdevicetester.h
@@ -37,10 +37,13 @@
namespace ProjectExplorer { class DeviceUsedPortsGatherer; }
namespace QSsh { class SshConnection; }
+namespace ProjectExplorer { class DeviceUsedPortsGatherer; }
namespace RemoteLinux {
-namespace Internal { class GenericLinuxDeviceTesterPrivate; }
+namespace Internal {
+class GenericLinuxDeviceTesterPrivate;
+}
class REMOTELINUX_EXPORT AbstractLinuxDeviceTester : public QObject
{