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

Method autoSave

Engine/Project.cpp:706–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704} // saveProjectInternal
705
706void
707Project::autoSave()
708{
709 ///don't autosave in background mode...
710 if ( getApp()->isBackground() ) {
711 return;
712 }
713
714 QString path = QString::fromUtf8( _imp->getProjectPath().c_str() );
715 QString name = QString::fromUtf8( _imp->getProjectFilename().c_str() );
716 saveProject_imp(path, name, true, true, 0);
717}
718
719void
720Project::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