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

Method getAdditionalFormats

Engine/Project.cpp:1594–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594void
1595Project::getAdditionalFormats(std::list<Format> *formats) const
1596{
1597 assert(formats);
1598 QMutexLocker l(&_imp->formatMutex);
1599 *formats = _imp->additionalFormats;
1600}
1601
1602bool
1603Project::isSaveUpToDate() const

Callers 2

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected