Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ sendCommand
Method
sendCommand
ui/helpcontroller.cpp:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void HelpControllerPrivate::sendCommand(const QByteArray &cmd) const
71
{
72
if (!proc) {
73
return;
74
}
75
proc->write(cmd);
76
}
77
78
Q_GLOBAL_STATIC(HelpControllerPrivate, s_helpController)
79
Callers
2
openContents
Method · 0.80
openPage
Method · 0.80
Calls
1
write
Method · 0.80
Tested by
no test coverage detected