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

Method trayShowWindow

src/RedisView/AppView/MainWindow.cpp:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void MainWindow::trayShowWindow() {
430 if(this->isHidden())
431 this->show();
432 if(this->isMinimized()) {
433 this->showNormal();
434 }
435}
436
437void MainWindow::trayHideWindow() {
438 if(!this->isHidden())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected