Skip to content

Commit

Permalink
'QString' -> 'FilePath'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 20, 2024
1 parent 63114bc commit 02c95b1
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 @@ -504,7 +504,7 @@ void ROSProject::buildCppCodeModel(const ROSUtils::WorkspaceInfo workspaceInfo,
return result;
}).join('\n');

rpp.setProjectFileLocation(projectFilePath.toString());
rpp.setProjectFileLocation(projectFilePath);
rpp.setBuildSystemTarget(buildInfo.parent.name + '|' + targetInfo->name + '|' + projectFilePath.toString());
rpp.setDisplayName(buildInfo.parent.name + '|' + targetInfo->name);
rpp.setQtVersion(activeQtVersion);
Expand Down

0 comments on commit 02c95b1

Please sign in to comment.