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

Function configGroup

kdevplatform/util/shellutils.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 KConfigGroup configGroup() const
89 {
90 KConfigGroup group(KSharedConfig::openConfig(), m_configGroupName);
91 if (m_configSubgroupName.isEmpty()) {
92 return group;
93 }
94 KConfigGroup subgroup(&group, m_configSubgroupName);
95 return subgroup;
96 }
97
98 const QString m_configGroupName;
99 const QString m_configSubgroupName;

Callers 2

restoreWidgetGeometryFunction · 0.70
eventFilterFunction · 0.70

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected