| 2154 | } |
| 2155 | |
| 2156 | void |
| 2157 | Project::setAutoSetProjectFormatEnabled(bool enabled) |
| 2158 | { |
| 2159 | QMutexLocker l(&_imp->formatMutex); |
| 2160 | |
| 2161 | _imp->autoSetProjectFormat = enabled; |
| 2162 | } |
| 2163 | |
| 2164 | void |
| 2165 | Project::setOrAddProjectFormat(const Format & frmt, |
no outgoing calls
no test coverage detected