Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
void TransactionItem::slotItemCanceled()
197
{
198
if ( mItem ) {
199
mItem->cancel();
200
}
201
}
202
203
void TransactionItem::addSubTransaction( ProgressItem *item )
204
{
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected