| 15 | |
| 16 | |
| 17 | PersistentHTTP::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 | |
| 26 | void PersistentHTTP::init(QByteArray thedata, QUrl url) |
| 27 | { |