forked from qt-creator/qt-creator
Debugger: Remove fillParametersFromRunConfiguration
Its use case is now covered by the generic createDebuggerRunControl. Change-Id: I2bd04351a51f3f8aae8407c2b7921a4566c17d56 Reviewed-by: Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -52,10 +52,6 @@ DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(const DebuggerStart
|
||||
QString *errorMessage,
|
||||
ProjectExplorer::RunMode runMode = ProjectExplorer::DebugRunMode);
|
||||
|
||||
DEBUGGER_EXPORT bool fillParametersFromRunConfiguration(DebuggerStartParameters *sp,
|
||||
const ProjectExplorer::RunConfiguration *runConfig,
|
||||
QString *errorMessage);
|
||||
|
||||
class DEBUGGER_EXPORT DebuggerRunControl
|
||||
: public ProjectExplorer::RunControl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user