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

Method step

src/progress.cpp:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void ProgressDialog::step(bool bRedrawUpdate)
249{
250 if(m_progressStack.empty())
251 return;
252
253 ProgressLevelData& pld = m_progressStack.back();
254 pld.m_current.fetchAndAddRelaxed(1);
255 recalc(bRedrawUpdate);
256}
257
258void ProgressDialog::setCurrent(quint64 subCurrent, bool bRedrawUpdate)
259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected