MCPcopy Create free account
hub / github.com/SeptemberHX/dde-top-panel / closeButtonClicked

Method closeButtonClicked

widgets/ActiveWindowControlWidget.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void ActiveWindowControlWidget::closeButtonClicked() {
262 this->m_appInter->CloseWindow(this->currActiveWinId);
263}
264
265void ActiveWindowControlWidget::maximizeWindow() {
266 this->maxButtonClicked();

Callers

nothing calls this directly

Calls 1

CloseWindowMethod · 0.80

Tested by

no test coverage detected