Skip to content

Commit

Permalink
replace NameValueItems with EnvironmentItems
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Apr 4, 2024
1 parent 8913e2e commit 86c668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project_manager/ros_build_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ROSProject *ROSBuildConfiguration::project()

void ROSBuildConfiguration::updateQtEnvironment(const Utils::Environment &env)
{
const Utils::NameValueItems diff = baseEnvironment().diff(env);
const Utils::EnvironmentItems diff = baseEnvironment().diff(env);
if (!diff.isEmpty())
setUserEnvironmentChanges(diff);
}
Expand Down

0 comments on commit 86c668a

Please sign in to comment.