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