| 52 | } |
| 53 | |
| 54 | PersistentHTTP::~PersistentHTTP() |
| 55 | { |
| 56 | QString f; |
| 57 | foreach(f, tempFiles) { |
| 58 | QFile(f).remove(); |
| 59 | } |
| 60 | |
| 61 | delete ui; |
| 62 | } |
| 63 | |
| 64 | void PersistentHTTP::on_copyCodeButton_clicked() |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected