MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~SessionLock

Method ~SessionLock

kdevplatform/shell/sessionlock.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120SessionLock::~SessionLock()
121{
122 m_lockFile->unlock();
123 bool unregistered = QDBusConnection::sessionBus().unregisterService( dBusServiceNameForSession(m_sessionId) );
124 Q_UNUSED(unregistered);
125}
126
127void SessionLock::removeFromDisk()
128{

Callers

nothing calls this directly

Calls 2

unlockMethod · 0.45

Tested by

no test coverage detected