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

Method getProjectFilename

Engine/Project.cpp:1443–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441}
1442
1443QString
1444Project::getProjectFilename() const
1445{
1446 return QString::fromUtf8( _imp->getProjectFilename().c_str() );
1447}
1448
1449QString
1450Project::getLastAutoSaveFilePath() const

Callers 12

saveMethod · 0.45
loadProjectInternalMethod · 0.45
saveProjectInternalMethod · 0.45
autoSaveMethod · 0.45
removeLastAutosaveMethod · 0.45
doResetEndMethod · 0.45
saveProjectMethod · 0.45
saveAndIncrVersionMethod · 0.45
saveWarningMethod · 0.45
reloadProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected