mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 21:31:13 +02:00
refactor: qt: Use vQueueNotifications.clear()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user