| 2967 | } |
| 2968 | |
| 2969 | void Config::setStrictParsingEnabled(bool enabled) |
| 2970 | { |
| 2971 | getImpl()->m_strictParsing = enabled; |
| 2972 | |
| 2973 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 2974 | getImpl()->resetCacheIDs(); |
| 2975 | } |
| 2976 | |
| 2977 | // Roles |
| 2978 | void Config::setRole(const char * role, const char * colorSpaceName) |