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

Method minButtonClicked

widgets/ActiveWindowControlWidget.cpp:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void ActiveWindowControlWidget::minButtonClicked() {
258 KWindowSystem::self()->minimizeWindow(this->currActiveWinId);
259}
260
261void ActiveWindowControlWidget::closeButtonClicked() {
262 this->m_appInter->CloseWindow(this->currActiveWinId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected