mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 20:11:35 +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);
|
vQueueNotifications[i].invoke(parent);
|
||||||
}
|
}
|
||||||
std::vector<TransactionNotification >().swap(vQueueNotifications); // clear
|
vQueueNotifications.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user