| 4851 | SelectableParts selectableParts() const { return mSelectableParts; } |
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected