Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ UnSelect
Method
UnSelect
src/client/ui/app_menu.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void AppMenuItem::UnSelect() {
104
selected_ = false;
105
update();
106
}
107
108
QString AppMenuItem::GetName() {
109
return name_;
Callers
1
AppMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected