| 4847 | QColor textColor() const { return mTextColor; } |
| 4848 | QSize iconSize() const { return mIconSize; } |
| 4849 | int iconTextPadding() const { return mIconTextPadding; } |
| 4850 | QPen iconBorderPen() const { return mIconBorderPen; } |
| 4851 | SelectableParts selectableParts() const { return mSelectableParts; } |
| 4852 | SelectableParts selectedParts() const; |
nothing calls this directly
no outgoing calls
no test coverage detected