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

Method openPage

ui/helpcontroller.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void HelpController::openPage(const QString &page)
127{
128 Q_ASSERT(isAvailable());
129 auto d = s_helpController();
130 d->startProcess();
131 d->sendCommand(QByteArray(
132 "setSource qthelp://com.kdab.GammaRay." GAMMARAY_PLUGIN_VERSION "/")
133 + page.toUtf8()
134 + ";syncContents\n");
135}

Callers

nothing calls this directly

Calls 2

startProcessMethod · 0.80
sendCommandMethod · 0.80

Tested by

no test coverage detected