| 4736 | QFont font() const { return mFont; } |
| 4737 | QColor textColor() const { return mTextColor; } |
| 4738 | QFont selectedFont() const { return mSelectedFont; } |
| 4739 | QColor selectedTextColor() const { return mSelectedTextColor; } |
| 4740 | bool selectable() const { return mSelectable; } |
| 4741 | bool selected() const { return mSelected; } |
nothing calls this directly
no outgoing calls
no test coverage detected