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