| 115 | } |
| 116 | |
| 117 | void 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 | |
| 126 | void HelpController::openPage(const QString &page) |
| 127 | { |
nothing calls this directly
no test coverage detected