Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ guiClientAdded
Method
guiClientAdded
kdevplatform/interfaces/iplugin.cpp:46–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void guiClientAdded(KXMLGUIClient *client)
47
{
48
if (client != q)
49
return;
50
51
q->initializeGuiState();
52
updateState();
53
}
54
55
void updateState()
56
{
Callers
1
IPlugin
Method · 0.80
Calls
2
updateState
Function · 0.85
initializeGuiState
Method · 0.80
Tested by
no test coverage detected