MCPcopy Create free account
hub / github.com/KDE/kdevelop / slotItemCanceled

Method slotItemCanceled

kdevplatform/shell/progresswidget/progressdialog.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void TransactionItem::slotItemCanceled()
197{
198 if ( mItem ) {
199 mItem->cancel();
200 }
201}
202
203void TransactionItem::addSubTransaction( ProgressItem *item )
204{

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected