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

Method hasChanged

src/backend/core/Project.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool Project::hasChanged() const {
334 Q_D(const Project);
335 return d->changed;
336}
337
338/*!
339 * \brief Project::updateDependencies

Callers 3

warnModifiedMethod · 0.80
autoSaveProjectMethod · 0.80
updateTitleBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected