MCPcopy Create free account
hub / github.com/cc20110101/RedisView / trayExit

Method trayExit

src/RedisView/AppView/MainWindow.cpp:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void MainWindow::trayExit() {
425 _exitFlag = true;
426 this->close();
427}
428
429void MainWindow::trayShowWindow() {
430 if(this->isHidden())

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected