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

Method add

libraries/katabasis/src/Reply.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void ReplyList::add(QNetworkReply *reply, int timeOut) {
28 if (reply && ignoreSslErrors()) {
29 reply->ignoreSslErrors();
30 }
31 add(new Reply(reply, timeOut));
32}
33
34void ReplyList::add(Reply *reply) {
35 replies_.append(reply);

Callers 1

refreshMethod · 0.45

Calls 2

ignoreSslErrorsMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected