A nice template function qOverload
is available for us now (https://github.com/bitcoin/bitcoin/pull/20413, https://github.com/bitcoin/bitcoin/pull/21286).
Its usage makes code much more readable.
This PR does not change behavior.
A nice template function qOverload
is available for us now (https://github.com/bitcoin/bitcoin/pull/20413, https://github.com/bitcoin/bitcoin/pull/21286).
Its usage makes code much more readable.
This PR does not change behavior.
ACK c8169f42a08236ae0c032834ae896faa8db83338
The use of qOverload
is correct and is a nice simplication. Tested that behavior remains the same.
This commit does not change behavior.
IIRC qOverload function template does not work with Visual Studio 2017 due to implementation limitations…
That is not the case now since https://github.com/bitcoin/bitcoin/pull/21811 is merged.
utACK cdbc2bd1f1c171848c1fef7f217afe140e1afb06.
I did build on Debian Sid and Debian 10 Buster but did not check any signals in running program. All changes looks clear. Nice upgrade.
Code review ACK cdbc2bd1f1c171848c1fef7f217afe140e1afb06.
Thanks for also updating QOverload<T>::of
in intro.cpp.
hebasto
jarolrod
Talkless
promag
Labels
Refactoring