MCPcopy Create free account
hub / github.com/KDE/kdevelop / unlockForWriting

Method unlockForWriting

kdevplatform/serialization/itemrepositoryregistry.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

doMoreCleanupMethod · 0.80
shutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected