This is a backport of core#17908
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABC7569951bd3bf: qt: Remove QFont warnings with QPA=minimal
Before this patch:
$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l ~BitcoinApplication : Stopping thread ~BitcoinApplication : Stopped thread 17
After:
$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l ~BitcoinApplication : Stopping thread ~BitcoinApplication : Stopped thread 0
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable