Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
392
void CustomPointDock::saveConfigAsTemplate(KConfig& config) {
393
KConfigGroup group = config.group(QStringLiteral(
"CustomPoint"
));
394
symbolWidget->saveConfig(group);
395
}
Callers
nothing calls this directly
Calls
2
group
Method · 0.45
saveConfig
Method · 0.45
Tested by
no test coverage detected