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

Method getAdditionalFormats

Engine/Project.cpp:1494–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494void
1495Project::getAdditionalFormats(std::list<Format> *formats) const
1496{
1497 assert(formats);
1498 QMutexLocker l(&_imp->formatMutex);
1499 *formats = _imp->additionalFormats;
1500}
1501
1502bool
1503Project::isSaveUpToDate() const

Callers 2

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected