Debugger: Fix running on RemoteLinux

This (temporarily) works around the start up regression due
to wrong order of merged patches.

Change-Id: I7a386fb06175363aa23862716687764b930c52d8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2017-04-21 08:53:10 +02:00
parent 86ea365a0b
commit dfb825e2a7
2 changed files with 9 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ class RemoteSetupResult;
class DebuggerStartParameters;
class DebuggerRunControl;
namespace Internal { class DebuggerEngine; }
DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(const DebuggerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfig,
QString *errorMessage,
@@ -70,6 +72,9 @@ signals:
void requestRemoteSetup();
void aboutToNotifyInferiorSetupOk();
void stateChanged(Debugger::DebuggerState state);
public:
Internal::DebuggerEngine *m_engine = nullptr; // FIXME: Remove.
};
} // namespace Debugger