MCPcopy Create free account
hub / github.com/MrKepzie/Natron / autoSave

Method autoSave

Engine/Project.cpp:608–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606} // saveProjectInternal
607
608void
609Project::autoSave()
610{
611 ///don't autosave in background mode...
612 if ( getApp()->isBackground() ) {
613 return;
614 }
615
616 QString path = QString::fromUtf8( _imp->getProjectPath().c_str() );
617 QString name = QString::fromUtf8( _imp->getProjectFilename().c_str() );
618 saveProject_imp(path, name, true, true, 0);
619}
620
621void
622Project::triggerAutoSave()

Callers

nothing calls this directly

Calls 4

getAppFunction · 0.85
isBackgroundMethod · 0.45
getProjectPathMethod · 0.45
getProjectFilenameMethod · 0.45

Tested by

no test coverage detected