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:
parent
f1020ac56e
commit
7c4f1a4752
4 changed files with 23 additions and 5 deletions
|
|
@ -321,7 +321,7 @@ void MainWindow::addPage(PlgPage* page, QString caption)
|
|||
//addToolBarButtonsForPage(page);
|
||||
}
|
||||
|
||||
void MainWindow::removePage(PlgPage *page)
|
||||
void MainWindow::removePage(PlgPage *)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue