mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Don't set model for Browse Data view at startup
No nee to bother with this. It gets cleared again later during startup anyway.
This commit is contained in:
@@ -82,9 +82,6 @@ void MainWindow::init()
|
||||
// Set the validator for the goto line edit
|
||||
ui->editGoto->setValidator(gotoValidator);
|
||||
|
||||
// Set up DB models
|
||||
ui->dataTable->setModel(m_browseTableModel);
|
||||
|
||||
// Set up filters
|
||||
connect(ui->dataTable->filterHeader(), SIGNAL(filterChanged(int,QString)), this, SLOT(updateFilter(int,QString)));
|
||||
connect(m_browseTableModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)), this, SLOT(dataTableSelectionChanged(QModelIndex)));
|
||||
|
||||
Reference in New Issue
Block a user