Update recordset label when changing the filters

This commit is contained in:
Martin Kleusberg
2013-04-19 19:39:00 +02:00
parent 69a6685eaa
commit bb59b398fa

View File

@@ -70,6 +70,7 @@ void MainWindow::init()
FilterTableHeader* tableHeader = new FilterTableHeader(ui->dataTable);
connect(tableHeader, SIGNAL(filterChanged(int,QString)), m_browseTableModel, SLOT(updateFilter(int,QString)));
connect(tableHeader, SIGNAL(filterChanged(int,QString)), this, SLOT(setRecordsetLabel()));
ui->dataTable->setHorizontalHeader(tableHeader);
// Create the actions for the recently opened dbs list