aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxdebugsupport.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-01-26 15:53:26 +0100
committerhjk <hjk@theqtcompany.com>2016-01-27 11:20:12 +0000
commit7be3eb85e1ab84f47bfea61f96e185731be6244f (patch)
treee6d84af03cb82e2d66a37ff1b8379711790eaf52 /src/plugins/remotelinux/remotelinuxdebugsupport.h
parentbfa292cdc95c3d3a295b4f1c3704f7ca4aeca660 (diff)
RemoteLinux/Qnx: Use StandardRunnable
Change-Id: I73331985eb68065b5fb123ff4491888d824de766 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdebugsupport.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxdebugsupport.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdebugsupport.h b/src/plugins/remotelinux/remotelinuxdebugsupport.h
index 6c3a6eeccb..390cac3379 100644
--- a/src/plugins/remotelinux/remotelinuxdebugsupport.h
+++ b/src/plugins/remotelinux/remotelinuxdebugsupport.h
@@ -28,23 +28,18 @@
#include "abstractremotelinuxrunsupport.h"
-namespace Debugger {
-class DebuggerRunControl;
-class DebuggerStartParameters;
-}
+namespace Debugger { class DebuggerRunControl; }
namespace RemoteLinux {
-class AbstractRemoteLinuxRunConfiguration;
namespace Internal { class LinuxDeviceDebugSupportPrivate; }
class REMOTELINUX_EXPORT LinuxDeviceDebugSupport : public AbstractRemoteLinuxRunSupport
{
Q_OBJECT
-public:
- static Debugger::DebuggerStartParameters startParameters(const AbstractRemoteLinuxRunConfiguration *runConfig);
- LinuxDeviceDebugSupport(AbstractRemoteLinuxRunConfiguration *runConfig,
+public:
+ LinuxDeviceDebugSupport(ProjectExplorer::RunConfiguration *runConfig,
Debugger::DebuggerRunControl *runControl);
~LinuxDeviceDebugSupport();