Skip to content

Commit

Permalink
use other CppProjectUpdater::update
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Feb 17, 2024
1 parent 62b8cfd commit 6f66989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project_manager/ros_project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void ROSProject::updateCppCodeModel()
QtSupport::CppKitInfo kitInfo(this->activeTarget()->kit());
QTC_ASSERT(kitInfo.isValid(), return);

m_cppCodeModelUpdater->update({this, kitInfo, rosBuildConfiguration()->environment(), m_futureBuildCodeModelWatcher.result().parts});
m_cppCodeModelUpdater->update({this, kitInfo, rosBuildConfiguration()->environment(), m_futureBuildCodeModelWatcher.result().parts}, {});

m_asyncBuildCodeModelFutureInterface->reportFinished();
delete m_asyncBuildCodeModelFutureInterface;
Expand Down

0 comments on commit 6f66989

Please sign in to comment.