| 207 | } |
| 208 | |
| 209 | QString ItemRepositoryRegistry::path() const |
| 210 | { |
| 211 | Q_D(const ItemRepositoryRegistry); |
| 212 | |
| 213 | //We cannot lock the mutex here, since this may be called with one of the repositories locked, |
| 214 | //and that may lead to a deadlock when at the same time a storing is requested |
| 215 | return d->m_path; |
| 216 | } |
| 217 | |
| 218 | void ItemRepositoryRegistryPrivate::lockForWriting() |
| 219 | { |
no outgoing calls