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

Method getProjectCreationTime

Engine/Project.cpp:2091–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089}
2090
2091qint64
2092Project::getProjectCreationTime() const
2093{
2094 QMutexLocker l(&_imp->projectLock);
2095
2096 return _imp->projectCreationTime.toMSecsSinceEpoch();
2097}
2098
2099inline ViewerColorSpaceEnum colorspaceParamIndexToEnum(int index)
2100{

Callers 2

initializeMethod · 0.80
computeHashInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected