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

Method setMaxNofSteps

src/progress.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void ProgressDialog::setMaxNofSteps(const quint64 maxNofSteps)
212{
213 if(m_progressStack.empty() || maxNofSteps == 0)
214 return;
215
216 ProgressLevelData& pld = m_progressStack.back();
217 pld.m_maxNofSteps = maxNofSteps;
218 pld.m_current = 0;
219}
220
221void ProgressDialog::setInformationImp(const QString& info)
222{

Callers 1

startRunnablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected