diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index d603385c..1c0d841c 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -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)));