mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-23 14:10:15 +01:00
fix issue #7
This commit is contained in:
@@ -69,6 +69,7 @@ void AddressBookDialog::setModel(AddressTableModel *model)
|
||||
void AddressBookDialog::setTab(int tab)
|
||||
{
|
||||
ui->tabWidget->setCurrentIndex(tab);
|
||||
on_tabWidget_currentChanged(tab);
|
||||
}
|
||||
|
||||
QTableView *AddressBookDialog::getCurrentTable()
|
||||
|
||||
Reference in New Issue
Block a user