MCPcopy Create free account
hub / github.com/KDE/labplot / group

Function group

src/backend/core/Settings.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39KConfigGroup group(const QString& name) {
40 return config()->group(name);
41}
42
43bool sync() {
44 return config()->sync();

Callers 15

renderImageLaTeXMethod · 0.85
enabledMethod · 0.85
applySettingsMethod · 0.85
loadSettingsMethod · 0.85
~MainWinMethod · 0.85
initGUIMethod · 0.85
initActionsMethod · 0.85
initMenusMethod · 0.85
colorSchemeChangedMethod · 0.85
newProjectMethod · 0.85
openProjectMethod · 0.85

Calls 2

configFunction · 0.85
groupMethod · 0.45

Tested by

no test coverage detected