| 218 | } |
| 219 | |
| 220 | void QmlJS::Cache::setFileCustomIncludes(const KDevelop::IndexedString& file, const KDevelop::Path::List& dirs) |
| 221 | { |
| 222 | QMutexLocker lock(&m_mutex); |
| 223 | |
| 224 | m_includeDirs[file] = dirs; |
| 225 | } |
| 226 | |
| 227 | void QmlJS::Cache::addDependency(const KDevelop::IndexedString& file, const KDevelop::IndexedString& dependency) |
| 228 | { |