Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ trayHideWindow
Method
trayHideWindow
src/RedisView/AppView/MainWindow.cpp:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
void MainWindow::trayHideWindow() {
438
if(!this->isHidden())
439
this->hide();
440
}
441
442
void MainWindow::keyPressEvent(QKeyEvent *event)
443
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected