| 259 | } |
| 260 | |
| 261 | void ActiveWindowControlWidget::closeButtonClicked() { |
| 262 | this->m_appInter->CloseWindow(this->currActiveWinId); |
| 263 | } |
| 264 | |
| 265 | void ActiveWindowControlWidget::maximizeWindow() { |
| 266 | this->maxButtonClicked(); |
nothing calls this directly
no test coverage detected