Skip to content

Commit

Permalink
mark 'setEnabled' as override
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 20, 2024
1 parent a9f001d commit cec7439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project_manager/ros_run_step.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RunStep : public ProjectExplorer::ProjectConfiguration
void toMap(Utils::Store &map) const override;

bool enabled() const;
void setEnabled(bool b);
void setEnabled(bool b) override;

ProjectExplorer::RunConfiguration *runConfiguration() const;
ProjectExplorer::ProjectConfiguration *projectConfiguration() const;
Expand Down

0 comments on commit cec7439

Please sign in to comment.