| 118 | } |
| 119 | |
| 120 | SessionLock::~SessionLock() |
| 121 | { |
| 122 | m_lockFile->unlock(); |
| 123 | bool unregistered = QDBusConnection::sessionBus().unregisterService( dBusServiceNameForSession(m_sessionId) ); |
| 124 | Q_UNUSED(unregistered); |
| 125 | } |
| 126 | |
| 127 | void SessionLock::removeFromDisk() |
| 128 | { |
nothing calls this directly
no test coverage detected