forked from qt-creator/qt-creator
RemoteLinux/Qnx: Use StandardRunnable
Change-Id: I73331985eb68065b5fb123ff4491888d824de766 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#include "qnxabstractrunsupport.h"
|
||||
|
||||
#include <projectexplorer/runnables.h>
|
||||
|
||||
#include <utils/outputformat.h>
|
||||
|
||||
namespace Debugger { class DebuggerRunControl; }
|
||||
@@ -64,10 +66,11 @@ private slots:
|
||||
private:
|
||||
void startExecution();
|
||||
|
||||
QString executable() const;
|
||||
QString processExecutable() const;
|
||||
|
||||
void killInferiorProcess();
|
||||
|
||||
ProjectExplorer::StandardRunnable m_runnable;
|
||||
Slog2InfoRunner *m_slog2Info;
|
||||
|
||||
Debugger::DebuggerRunControl *m_runControl;
|
||||
|
||||
Reference in New Issue
Block a user