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

Method getProjectFilename

Engine/Project.cpp:1543–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1541}
1542
1543QString
1544Project::getProjectFilename() const
1545{
1546 return QString::fromUtf8( _imp->getProjectFilename().c_str() );
1547}
1548
1549QString
1550Project::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