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

Method ~TemporarilyReleaseForegroundLock

kdevplatform/util/foregroundlock.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172TemporarilyReleaseForegroundLock::~TemporarilyReleaseForegroundLock()
173{
174 for (int a = 0; a < m_recursion; ++a)
175 lockForegroundMutexInternal();
176
177 Q_ASSERT(recursion == m_recursion && holderThread == QThread::currentThread());
178}
179
180KDevelop::ForegroundLock::~ForegroundLock()
181{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected