| 45 | WindowButton::~WindowButton() = default; |
| 46 | |
| 47 | QIcon WindowButton::iconNormal() const |
| 48 | { |
| 49 | Q_D(const WindowButton); |
| 50 | return d->iconNormal; |
| 51 | } |
| 52 | |
| 53 | void WindowButton::setIconNormal(const QIcon& icon) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected