Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
481
void ProgressDialog::clearCancelState()
482
{
483
m_eCancelReason = eNone;
484
m_bWasCancelled = false;
485
}
486
487
void ProgressDialog::cancel(e_CancelReason eCancelReason)
488
{
Callers
1
recalcWordWrap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected