refactor: qt: Use vQueueNotifications.clear()

pull/20378/head
João Barbosa 4 years ago
parent 989e579d07
commit 241434200e

@ -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…
Cancel
Save