forked from qt-creator/qt-creator
Add missing "emit"s
Change-Id: I88a7397c7689b1e72cdd0e52077f8097443963c0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -92,7 +92,7 @@ void MesonRunConfiguration::updateTargetInformation()
|
||||
aspect<ProjectExplorer::ExecutableAspect>()->setExecutable(bti.targetFilePath);
|
||||
aspect<ProjectExplorer::WorkingDirectoryAspect>()->setDefaultWorkingDirectory(
|
||||
bti.workingDirectory);
|
||||
aspect<ProjectExplorer::LocalEnvironmentAspect>()->environmentChanged();
|
||||
emit aspect<ProjectExplorer::LocalEnvironmentAspect>()->environmentChanged();
|
||||
}
|
||||
|
||||
MesonRunConfigurationFactory::MesonRunConfigurationFactory()
|
||||
|
||||
Reference in New Issue
Block a user