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

Method beginBackgroundTask

src/progress.cpp:152–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void ProgressDialog::beginBackgroundTask()
153{
154 if(backgroundTaskCount > 0)
155 {
156 m_t1.restart();
157 m_t2.restart();
158 }
159 backgroundTaskCount++;
160 if(!m_bStayHidden)
161 show();
162}
163
164void ProgressDialog::endBackgroundTask()
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected