MCPcopy Create free account
hub / github.com/KDE/kdevelop / configGroup

Function configGroup

plugins/qthelp/qthelp_config_shared.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

qtHelpReadConfigFunction · 0.70
qtHelpWriteConfigFunction · 0.70

Calls 1

KConfigGroupClass · 0.50

Tested by

no test coverage detected