Use font.weight instead of font.bold

Authored by broulik on Mar 28 2018, 7:32 AM.

Description

Use font.weight instead of font.bold

font.bold is a pseudo property only forwarding to and reading from font.weight in Qt code and since the qqc2-desktop-style Label
sets font.weight this seems to have precedence over our font.bold definition.

I don't think that's a Kirigami but rather a Qt bug. The same happens with PlasmaComponents.Label.

Differential Revision: https://phabricator.kde.org/D11764

Details

Committed
broulikMar 28 2018, 7:32 AM
Differential Revision
D11764: Use font.weight instead of font.bold
Parents
R124:90a5e7e901b6: Update version number for 5.12.4 GIT_SILENT
Branches
Unknown
Tags
Unknown