Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GDMenu
Method
GDMenu
src/ui/gd_gui/src/gd_menu.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
GDMenu::GDMenu(QWidget* parent) :QMenu(parent)
15
{
16
init();
17
}
18
19
void GDMenu::init()
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected