| 4852 | SelectableParts selectedParts() const; |
| 4853 | QPen selectedBorderPen() const { return mSelectedBorderPen; } |
| 4854 | QPen selectedIconBorderPen() const { return mSelectedIconBorderPen; } |
| 4855 | QBrush selectedBrush() const { return mSelectedBrush; } |
| 4856 | QFont selectedFont() const { return mSelectedFont; } |
| 4857 | QColor selectedTextColor() const { return mSelectedTextColor; } |
nothing calls this directly
no outgoing calls
no test coverage detected