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

Method saveCalculationsChanged

src/frontend/dockwidgets/ProjectDock.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void ProjectDock::saveCalculationsChanged(bool state) {
94 CONDITIONAL_LOCK_RETURN;
95 m_project->setSaveCalculations(state);
96}
97
98//*************************************************************
99//******** SLOTs for changes triggered in Project ***********

Callers

nothing calls this directly

Calls 1

setSaveCalculationsMethod · 0.80

Tested by

no test coverage detected