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

Method ~PersistentHTTP

src/persistenthttp.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54PersistentHTTP::~PersistentHTTP()
55{
56 QString f;
57 foreach(f, tempFiles) {
58 QFile(f).remove();
59 }
60
61 delete ui;
62}
63
64void PersistentHTTP::on_copyCodeButton_clicked()
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected