Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
void ReferenceLineDock::saveConfigAsTemplate(KConfig& config) {
236
KConfigGroup group = config.group(QStringLiteral(
"ReferenceLine"
));
237
lineWidget->saveConfig(group);
238
}
Callers
nothing calls this directly
Calls
2
group
Method · 0.45
saveConfig
Method · 0.45
Tested by
no test coverage detected