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

Method PersistentHTTP

src/persistenthttp.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17PersistentHTTP::PersistentHTTP(QWidget *parent) :
18 QDialog(parent),
19 ui(new Ui::PersistentHTTP)
20{
21 ui->setupUi(this);
22 setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
23 tempFiles.clear();
24}
25
26void PersistentHTTP::init(QByteArray thedata, QUrl url)
27{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected