MCPcopy Create free account
hub / github.com/KDE/kdiff3 / exitEventLoop

Method exitEventLoop

src/progress.cpp:332–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void ProgressDialog::exitEventLoop()
333{
334 if(m_progressDelayTimer)
335 killTimer(m_progressDelayTimer);
336 m_progressDelayTimer = 0;
337 m_pJob = nullptr;
338 if(m_eventLoop != nullptr)
339 m_eventLoop->exit();
340}
341
342void ProgressDialog::recalc(bool bUpdate)
343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected