MCPcopy Create free account
hub / github.com/dannagle/PacketSender / httpError

Method httpError

src/packetnetwork.cpp:1168–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166
1167
1168void PacketNetwork::httpError(QNetworkRequest* pReply)
1169{
1170 QDEBUGVAR(pReply);
1171
1172}
1173
1174void PacketNetwork::sslErrorsSlot(QNetworkReply *reply, const QList<QSslError> &errors)
1175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected