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

Method saveConfigAsTemplate

src/frontend/dockwidgets/CustomPointDock.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void CustomPointDock::saveConfigAsTemplate(KConfig& config) {
393 KConfigGroup group = config.group(QStringLiteral("CustomPoint"));
394 symbolWidget->saveConfig(group);
395}

Callers

nothing calls this directly

Calls 2

groupMethod · 0.45
saveConfigMethod · 0.45

Tested by

no test coverage detected