| 198 | // ============================================================================ |
| 199 | |
| 200 | ToolButton::ToolButton(QWidget *parent) |
| 201 | : ToggleButton(parent) |
| 202 | { |
| 203 | // Set object name for QSS styling (override ToggleButton's) |
| 204 | setObjectName("ToolButton"); |
| 205 | } |
| 206 |
nothing calls this directly
no outgoing calls
no test coverage detected