MCPcopy Create free account
hub / github.com/MultiMC/Launcher / remove

Method remove

libraries/katabasis/src/Reply.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ReplyList::remove(QNetworkReply *reply) {
39 Reply *o2Reply = find(reply);
40 if (o2Reply) {
41 o2Reply->stop();
42 (void)replies_.removeOne(o2Reply);
43 }
44}
45
46Reply *ReplyList::find(QNetworkReply *reply) {
47 foreach (Reply *timedReply, replies_) {

Callers 3

onRefreshFinishedMethod · 0.45
onRefreshErrorMethod · 0.45
fromTraditionalAppMethod · 0.45

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected