KF6: BasicListItem API
This property should die even before the component itself:
property bool bold: false
To my observations, it is only used in kclock project.
It can be replaced with font.bold
just as well, and it should — since the fonts are supposed to be inherited by all Controls uniformly.