| 4520 | } |
| 4521 | |
| 4522 | void Config::clearLooks() |
| 4523 | { |
| 4524 | getImpl()->m_looksList.clear(); |
| 4525 | |
| 4526 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 4527 | getImpl()->resetCacheIDs(); |
| 4528 | } |
| 4529 | |
| 4530 | /////////////////////////////////////////////////////////////////////////// |
| 4531 |