Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
void MainWindow::trayExit() {
425
_exitFlag = true;
426
this->close();
427
}
428
429
void MainWindow::trayShowWindow() {
430
if(this->isHidden())
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected