| 1201 | } |
| 1202 | |
| 1203 | bool |
| 1204 | Project::getProjectFormatAtIndex(int index, |
| 1205 | Format* f) const |
| 1206 | { |
| 1207 | assert(f); |
| 1208 | QMutexLocker l(&_imp->formatMutex); |
| 1209 | |
| 1210 | return _imp->findFormat(index, f); |
| 1211 | } |
| 1212 | |
| 1213 | bool |
| 1214 | Project::isOpenGLRenderActivated() const |
no test coverage detected