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

Function assistantExecutableName

ui/helpcontroller.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78Q_GLOBAL_STATIC(HelpControllerPrivate, s_helpController)
79
80static QString assistantExecutableName()
81{
82#ifdef Q_OS_MACOS
83 return QStringLiteral("Assistant.app");
84#else
85 return QStringLiteral("assistant");
86#endif
87}
88
89bool HelpController::isAvailable()
90{

Callers 1

isAvailableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected