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

Method PacketNetwork

src/packetnetwork.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77PacketNetwork::PacketNetwork(QObject *parent) :
78 QObject(parent)
79{
80
81 joinedMulticast.clear();
82 http = new QNetworkAccessManager(this);
83 QDEBUG() << " http connect attempt:" << connect(http, SIGNAL(finished(QNetworkReply*)),
84 this, SLOT(httpFinished(QNetworkReply*)));
85 consoleMode = false;
86}
87
88
89void PacketNetwork::kill()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected