forked from qt-creator/qt-creator
Utils: MacroExpander API cosmetics.
Make const-correct, add convenience function for commandline parameter expansion. Change-Id: I12c3651e4e7b8a0a9319d1dfbea676b622b1a41a Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -135,7 +135,7 @@ QString CMakeRunConfiguration::baseWorkingDirectory() const
|
||||
|
||||
QString CMakeRunConfiguration::commandLineArguments() const
|
||||
{
|
||||
return Utils::QtcProcess::expandMacros(m_arguments, macroExpander());
|
||||
return macroExpander()->expandProcessArgs(m_arguments);
|
||||
}
|
||||
|
||||
QString CMakeRunConfiguration::title() const
|
||||
|
||||
Reference in New Issue
Block a user