Page MenuHomePhabricator

qt: Remove QFont warnings with QPA=minimal
ClosedPublic

Authored by PiRK on Aug 24 2021, 15:05.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC7569951bd3bf: qt: Remove QFont warnings with QPA=minimal
Summary

This is a backport of core#17908

Test Plan

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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Aug 24 2021, 15:05
majcosta requested changes to this revision.Aug 24 2021, 16:09
majcosta added a subscriber: majcosta.
majcosta added inline comments.
src/qt/transactionview.cpp
460 ↗(On Diff #29524)

remove

This revision now requires changes to proceed.Aug 24 2021, 16:09

remove conflict leftover line

This revision is now accepted and ready to land.Aug 24 2021, 16:31