mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
refactor: qt: Use vQueueNotifications.clear()
This commit is contained in:
parent
989e579d07
commit
241434200e
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ void TransactionTablePriv::ShowProgress(const std::string &title, int nProgress)
|
|||
|
||||
vQueueNotifications[i].invoke(parent);
|
||||
}
|
||||
std::vector<TransactionNotification >().swap(vQueueNotifications); // clear
|
||||
vQueueNotifications.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue