| 2041 | QString label() const { return mLabel; } |
| 2042 | int labelPadding() const; |
| 2043 | int padding() const { return mPadding; } |
| 2044 | int offset() const; |
| 2045 | SelectableParts selectedParts() const { return mSelectedParts; } |
| 2046 | SelectableParts selectableParts() const { return mSelectableParts; } |
nothing calls this directly
no outgoing calls
no test coverage detected