mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-03-13 05:41:11 +00:00
fixed QT5 build
This commit is contained in:
parent
951d14deb2
commit
0dff612371
@ -96,7 +96,7 @@ CoinControlDialog::CoinControlDialog(QWidget *parent) :
|
||||
connect(ui->treeWidget, SIGNAL(itemChanged( QTreeWidgetItem*, int)), this, SLOT(viewItemChanged( QTreeWidgetItem*, int)));
|
||||
|
||||
// click on header
|
||||
ui->treeWidget->header()->setClickable(true);
|
||||
ui->treeWidget->header()->setSectionsClickable(true);
|
||||
connect(ui->treeWidget->header(), SIGNAL(sectionClicked(int)), this, SLOT(headerSectionClicked(int)));
|
||||
|
||||
// ok button
|
||||
|
Loading…
x
Reference in New Issue
Block a user