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

@@ -54,12 +54,6 @@ RadioView::RadioView(QWidget *parent)
RadioView::~RadioView() { delete menu_; }
void RadioView::SetModel(RadioModel *model) {
AutoExpandingTreeView::setModel(model);
}
void RadioView::showEvent(QShowEvent*) {
if (!initialized_) {