| 11 | |
| 12 | namespace { |
| 13 | [[nodiscard]] KConfigGroup configGroup() |
| 14 | { |
| 15 | return KConfigGroup(KSharedConfig::openConfig(), QStringLiteral("QtHelp Documentation")); |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | void qtHelpReadConfig(QStringList& iconList, QStringList& nameList, |
no test coverage detected