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

Method saveConfigAsTemplate

src/frontend/dockwidgets/ReferenceLineDock.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void ReferenceLineDock::saveConfigAsTemplate(KConfig& config) {
236 KConfigGroup group = config.group(QStringLiteral("ReferenceLine"));
237 lineWidget->saveConfig(group);
238}

Callers

nothing calls this directly

Calls 2

groupMethod · 0.45
saveConfigMethod · 0.45

Tested by

no test coverage detected