fix: the source views for constraints and indexes are now cleared when the

model is reset as this will clear all selections.

Unfortunatly the selection model does not trigger a selectionChanged when
the model is reset.

Close #16
This commit is contained in:
eelke 2018-08-05 11:57:27 +02:00
parent f1020ac56e
commit 7c4f1a4752
4 changed files with 23 additions and 5 deletions

View file

@ -321,7 +321,7 @@ void MainWindow::addPage(PlgPage* page, QString caption)
//addToolBarButtonsForPage(page);
}
void MainWindow::removePage(PlgPage *page)
void MainWindow::removePage(PlgPage *)
{
}