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

Method clearCancelState

src/progress.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void ProgressDialog::clearCancelState()
482{
483 m_eCancelReason = eNone;
484 m_bWasCancelled = false;
485}
486
487void ProgressDialog::cancel(e_CancelReason eCancelReason)
488{

Callers 1

recalcWordWrapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected