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

Method cancelReason

src/progress.cpp:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498ProgressDialog::e_CancelReason ProgressDialog::cancelReason()
499{
500 assert((m_bWasCancelled && m_eCancelReason != eNone) || (m_bWasCancelled && m_eCancelReason == eNone));
501 return m_eCancelReason;
502}
503
504void ProgressDialog::timerEvent(QTimerEvent* te)
505{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected