| 4646 | } |
| 4647 | |
| 4648 | void Config::setFileRules(ConstFileRulesRcPtr fileRules) |
| 4649 | { |
| 4650 | getImpl()->m_fileRules = fileRules->createEditableCopy(); |
| 4651 | |
| 4652 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 4653 | getImpl()->resetCacheIDs(); |
| 4654 | } |
| 4655 | |
| 4656 | const char * Config::getColorSpaceFromFilepath(const char * filePath) const |
| 4657 | { |