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

Method addNofSteps

src/progress.cpp:239–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void ProgressDialog::addNofSteps(const quint64 nofSteps)
240{
241 if(m_progressStack.empty())
242 return;
243
244 ProgressLevelData& pld = m_progressStack.back();
245 pld.m_maxNofSteps.fetchAndAddRelaxed(nofSteps);
246}
247
248void ProgressDialog::step(bool bRedrawUpdate)
249{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected