Skip to content

Commit

Permalink
qtui: Add missing override keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Dec 21, 2023
1 parent 9154d19 commit eb326e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtui/time_slider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TimeSliderStyle : public QProxyStyle

int styleHint(QStyle::StyleHint hint, const QStyleOption * option = nullptr,
const QWidget * widget = nullptr,
QStyleHintReturn * returnData = nullptr) const
QStyleHintReturn * returnData = nullptr) const override
{
int styleHint =
QProxyStyle::styleHint(hint, option, widget, returnData);
Expand Down

0 comments on commit eb326e1

Please sign in to comment.