MCPcopy Create free account
hub / github.com/KDAB/GammaRay / openContents

Method openContents

ui/helpcontroller.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void HelpController::openContents()
118{
119 Q_ASSERT(isAvailable());
120 auto d = s_helpController();
121 d->startProcess();
122 d->sendCommand(
123 "setSource qthelp://com.kdab.GammaRay." GAMMARAY_PLUGIN_VERSION "/gammaray/index.html;syncContents\n");
124}
125
126void HelpController::openPage(const QString &page)
127{

Callers

nothing calls this directly

Calls 2

startProcessMethod · 0.80
sendCommandMethod · 0.80

Tested by

no test coverage detected