forked from qt-creator/qt-creator
Utils: Change signature of MacroExpander::registerFileVariables
... to take a function returning a FilePath as base. Implementation is (not) yet changed. Change-Id: I624efab35cf38631c816b630be5296bdf696899e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -203,7 +203,7 @@ RunConfiguration::RunConfiguration(Target *target, Utils::Id id)
|
||||
[this] { return displayName(); });
|
||||
m_expander.registerFileVariables("RunConfig:Executable",
|
||||
tr("The run configuration's executable."),
|
||||
[this] { return commandLine().executable().toString(); });
|
||||
[this] { return commandLine().executable(); });
|
||||
|
||||
|
||||
m_commandLineGetter = [this] {
|
||||
|
||||
Reference in New Issue
Block a user