| 2022 | } |
| 2023 | |
| 2024 | void |
| 2025 | Project::setAutoSetProjectFormatEnabled(bool enabled) |
| 2026 | { |
| 2027 | QMutexLocker l(&_imp->formatMutex); |
| 2028 | |
| 2029 | _imp->autoSetProjectFormat = enabled; |
| 2030 | } |
| 2031 | |
| 2032 | void |
| 2033 | Project::setOrAddProjectFormat(const Format & frmt, |
no outgoing calls
no test coverage detected