| 232 | } |
| 233 | |
| 234 | void ItemRepositoryRegistryPrivate::unlockForWriting() |
| 235 | { |
| 236 | QMutexLocker lock(&m_mutex); |
| 237 | //Delete is_writing |
| 238 | QFile::remove(m_path + QLatin1String("/is_writing")); |
| 239 | } |
| 240 | |
| 241 | void ItemRepositoryRegistry::unlockForWriting() |
| 242 | { |
no outgoing calls
no test coverage detected