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

Method getProjectCreationTime

Engine/Project.cpp:2223–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2221}
2222
2223qint64
2224Project::getProjectCreationTime() const
2225{
2226 QMutexLocker l(&_imp->projectLock);
2227
2228 return _imp->projectCreationTime.toMSecsSinceEpoch();
2229}
2230
2231inline ViewerColorSpaceEnum colorspaceParamIndexToEnum(int index)
2232{

Callers 2

initializeMethod · 0.80
computeHashInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected