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

Method setCurrent

src/progress.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void ProgressDialog::setCurrent(quint64 subCurrent, bool bRedrawUpdate)
259{
260 if(m_progressStack.empty())
261 return;
262
263 ProgressLevelData& pld = m_progressStack.back();
264 pld.m_current = subCurrent;
265
266 recalc(bRedrawUpdate);
267}
268
269void ProgressDialog::clear()
270{

Callers 1

startRunnablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected