Add missing override
This commit is contained in:
parent
7333155b8c
commit
295cf98e70
@ -40,7 +40,7 @@ class RadioView : public AutoExpandingTreeView {
|
|||||||
~RadioView();
|
~RadioView();
|
||||||
|
|
||||||
void setModel(RadioModel *model);
|
void setModel(RadioModel *model);
|
||||||
void showEvent(QShowEvent *e);
|
void showEvent(QShowEvent *e) override;
|
||||||
void contextMenuEvent(QContextMenuEvent *e) override;
|
void contextMenuEvent(QContextMenuEvent *e) override;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user