| 1101 | } |
| 1102 | |
| 1103 | bool |
| 1104 | Project::getProjectFormatAtIndex(int index, |
| 1105 | Format* f) const |
| 1106 | { |
| 1107 | assert(f); |
| 1108 | QMutexLocker l(&_imp->formatMutex); |
| 1109 | |
| 1110 | return _imp->findFormat(index, f); |
| 1111 | } |
| 1112 | |
| 1113 | bool |
| 1114 | Project::isOpenGLRenderActivated() const |
no test coverage detected