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

Method pop

src/progress.cpp:177–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void ProgressDialog::pop(bool bRedrawUpdate)
178{
179 if(!m_progressStack.empty())
180 {
181 m_progressStack.pop_back();
182 if(m_progressStack.empty())
183 {
184 killJob();
185 hide();
186 }
187 else
188 recalc(bRedrawUpdate);
189 }
190}
191
192void ProgressDialog::setInformation(const QString& info, qint32 current, bool bRedrawUpdate)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected