Add missing override

This commit is contained in:
Jonas Kvinge 2021-07-11 05:30:35 +02:00
parent 7333155b8c
commit 295cf98e70
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class RadioView : public AutoExpandingTreeView {
~RadioView();
void setModel(RadioModel *model);
void showEvent(QShowEvent *e);
void showEvent(QShowEvent *e) override;
void contextMenuEvent(QContextMenuEvent *e) override;
signals: