MCPcopy 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
70void HelpControllerPrivate::sendCommand(const QByteArray &cmd) const
71{
72 if (!proc) {
73 return;
74 }
75 proc->write(cmd);
76}
77
78Q_GLOBAL_STATIC(HelpControllerPrivate, s_helpController)
79

Callers 2

openContentsMethod · 0.80
openPageMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected