mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +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()
|
OverviewPage::~OverviewPage()
|
||||||
{
|
{
|
||||||
|
disconnect(timer, SIGNAL(timeout()), this, SLOT(darkSendStatus()));
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user