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

Method setSubRangeTransformation

src/progress.cpp:293–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void ProgressDialog::setSubRangeTransformation(double dMin, double dMax)
294{
295 if(m_progressStack.empty())
296 return;
297
298 ProgressLevelData& pld = m_progressStack.back();
299 pld.m_dSubRangeMin = dMin;
300 pld.m_dSubRangeMax = dMax;
301}
302
303void ProgressDialog::enterEventLoop(KJob* pJob, const QString& jobInfo)
304{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected