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

Method endBackgroundTask

src/progress.cpp:164–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ProgressDialog::endBackgroundTask()
165{
166 if(backgroundTaskCount > 0)
167 {
168 backgroundTaskCount--;
169 if(backgroundTaskCount == 0)
170 {
171 killJob();
172 hide();
173 }
174 }
175}
176
177void ProgressDialog::pop(bool bRedrawUpdate)
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected