mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
disconnect timer on overview page destruction
This commit is contained in:
parent
2d3426755c
commit
4b4b1dc911
@ -160,6 +160,7 @@ void OverviewPage::handleTransactionClicked(const QModelIndex &index)
|
||||
|
||||
OverviewPage::~OverviewPage()
|
||||
{
|
||||
disconnect(timer, SIGNAL(timeout()), this, SLOT(darkSendStatus()));
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user