Skip to content

Commit

Permalink
Mark timerEvent override (ros-navigation#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored and Carl Delsey committed Aug 16, 2019
1 parent 3c0bf34 commit 7bafe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_rviz_plugins/include/nav2_rviz_plugins/nav2_panel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private Q_SLOTS:
private:
void loadLogFiles();
void onCancelButtonPressed();
void timerEvent(QTimerEvent * event);
void timerEvent(QTimerEvent * event) override;

geometry_msgs::msg::Quaternion orientationAroundZAxis(double angle);

Expand Down

0 comments on commit 7bafe50

Please sign in to comment.