Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ slotAbortAll
Method
slotAbortAll
kdevplatform/shell/progresswidget/progressmanager.cpp:238–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
void ProgressManager::slotAbortAll()
239
{
240
QHashIterator<QString, ProgressItem *> it(mTransactions);
241
while (it.hasNext()) {
242
it.next();
243
it.value()->cancel();
244
}
245
246
}
247
248
} // namespace
249
Callers
nothing calls this directly
Calls
4
hasNext
Method · 0.45
next
Method · 0.45
cancel
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected