refactor: qt: Use vQueueNotifications.clear()

This commit is contained in:
João Barbosa 2020-10-28 00:38:51 +00:00
parent 989e579d07
commit 241434200e

View File

@ -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();
}
}