Fix sorting of radios

This commit is contained in:
Jonas Kvinge
2021-07-14 11:22:09 +02:00
parent 99fbbf70de
commit d9e378211a
5 changed files with 13 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ class RadioView : public AutoExpandingTreeView {
explicit RadioView(QWidget *parent = nullptr);
~RadioView();
void SetModel(RadioModel *model);
void showEvent(QShowEvent *e) override;
void contextMenuEvent(QContextMenuEvent *e) override;