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