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

Method setSaveCalculations

src/backend/core/Project.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304STD_SETTER_CMD_IMPL_S(Project, SetSaveCalculations, bool, saveCalculations)
305void Project::setSaveCalculations(bool save) {
306 Q_D(Project);
307 if (save != d->saveCalculations)
308 exec(new ProjectSetSaveCalculationsCmd(d, save, ki18n("%1: save calculation changed")));
309}
310
311void Project::setChanged(const bool value) {
312 if (isLoading())

Calls

no outgoing calls

Tested by 2