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

Method hide

src/progress.cpp:404–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void ProgressDialog::hide()
405{
406 if(m_progressDelayTimer)
407 killTimer(m_progressDelayTimer);
408 m_progressDelayTimer = 0;
409 // Calling QDialog::hide() directly doesn't always work. (?)
410 if(m_delayedHideTimer)
411 killTimer(m_delayedHideTimer);
412 m_delayedHideTimer = startTimer(100);
413}
414
415void ProgressDialog::killJob()
416{

Callers 15

ProgressDialogMethod · 0.80
KDiff3AppMethod · 0.80
doFileCompareMethod · 0.80
slotViewStatusBarMethod · 0.80
optionsShowToolbarMethod · 0.80
optionsShowStatusbarMethod · 0.80
mainInitMethod · 0.80
slotFileOpenMethod · 0.80
slotFileOpen2Method · 0.80
doDirectoryCompareMethod · 0.80
slotDirShowBothMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected