Resource Explorer view and model cleanup

This commit is contained in:
Dan Paulat 2022-09-22 00:09:23 -05:00
parent 06e33001f7
commit f47fab196e
4 changed files with 4 additions and 4 deletions

View file

@ -139,7 +139,7 @@ MainWindow::MainWindow(QWidget* parent) :
// Configure Docks
ui->resourceExplorerDock->setVisible(false);
ui->resourceTreeView->setModel(new model::RadarProductModel());
ui->resourceTreeView->setModel(new model::RadarProductModel(this));
// Configure Map
p->ConfigureMapLayout();