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
- Branch
- pr17908
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16397 Build 32657: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-clang-tidy · build-debug · build-clang Build 32656: arc lint + arc unit