| 195 | } |
| 196 | |
| 197 | QAbstractButton* WindowBar::takeIconButton() |
| 198 | { |
| 199 | Q_D(WindowBar); |
| 200 | return static_cast<QAbstractButton*>(d->takeWidgetAt(WindowBarPrivate::IconButton)); |
| 201 | } |
| 202 | |
| 203 | QAbstractButton* WindowBar::takeMinButton() |
| 204 | { |
nothing calls this directly
no test coverage detected