As all deprecated warning in Qt 5.15.0 were eliminated in #46, Qt 5.15.1 introduced another one that is fixed in this PR.
Required for https://github.com/bitcoin/bitcoin/pull/20182.
Details in Qt docs:
As all deprecated warning in Qt 5.15.0 were eliminated in #46, Qt 5.15.1 introduced another one that is fixed in this PR.
Required for https://github.com/bitcoin/bitcoin/pull/20182.
Details in Qt docs:
Was this identified with the latest 5.15.2?
Was this identified with the latest 5.15.2?
5.15.2 was released on 2020-11-20, but the recent Qt the Homebrew provides still 5.15.1.
Warnings are fired on 5.15.1:
Did not test on 5.15.2.
UPDATE: Looking into code it seems I just missed those warnings in #46 :man_shrugging:
Tested ACK 86b1ab6 on MacOS 10.15.7 and Arch Linux both with Qt 5.15.1
make -j{n} |& tee compile.txt, then grepped this file with grep -r "deprecated"I also compiled with Qt 5.15.2 on Linux and can confirm that master still raises, and PR fixes. Furthermore, there are no new deprecated warnings.
Tested ACK 86b1ab64b1a5b56518787ef16ea54ddbbc97d83e