MCPcopy 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
238void 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

hasNextMethod · 0.45
nextMethod · 0.45
cancelMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected