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

Method delayedHide

src/progress.cpp:424–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void ProgressDialog::delayedHide()
425{
426 QDialog::hide();
427 dialogUi.information->setText("");
428
429 //m_progressStack.clear();
430
431 dialogUi.progressBar->setValue(0);
432 dialogUi.subProgressBar->setValue(0);
433 dialogUi.subInformation->setText("");
434 dialogUi.slowJobInfo->setText("");
435}
436
437void ProgressDialog::hideStatusBarWidget()
438{

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected