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

Method reject

src/progress.cpp:457–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457void ProgressDialog::reject()
458{
459 cancel(eUserAbort);
460 QDialog::reject();
461}
462
463void ProgressDialog::slotAbort()
464{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected