Debugger: Store target pointer in DebuggerRunConfigurationAspect

To avoid use of IRCAspect::runConfiguration().

Change-Id: Ic0518e368ec8caa4fdf7f9dc242123eedc893b4c
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2018-09-12 09:31:45 +02:00
parent 98cc38c925
commit be656dd9cc
2 changed files with 6 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ public:
private:
friend class Internal::DebuggerRunConfigWidget;
DebuggerRunConfigurationAspectData d;
ProjectExplorer::Target *m_target;
};
} // namespace Debugger