forked from qt-creator/qt-creator
ProjectExplorer: Add a ProcessParameters::setCommandLine()
Change-Id: I55add792988b22af56934dde237cf64b6f0c90d4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -54,6 +54,14 @@ ProcessParameters::ProcessParameters() :
|
||||
{
|
||||
}
|
||||
|
||||
void ProcessParameters::setCommandLine(const CommandLine &cmdLine)
|
||||
{
|
||||
m_command = cmdLine.executable();
|
||||
m_arguments = cmdLine.arguments();
|
||||
m_effectiveCommand.clear();
|
||||
m_effectiveArguments.clear();
|
||||
}
|
||||
|
||||
/*!
|
||||
Sets the executable to run.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user