summaryrefslogtreecommitdiff
path: root/file_download.h
diff options
context:
space:
mode:
Diffstat (limited to 'file_download.h')
-rw-r--r--file_download.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_download.h b/file_download.h
index f8e1a94..d8ebd37 100644
--- a/file_download.h
+++ b/file_download.h
@@ -5,6 +5,7 @@
#include <QNetworkAccessManager>
#include <QNetworkReply>
#include <QFile>
+#include "message_box.h"
class file_download
{
@@ -14,6 +15,7 @@ public:
private:
QNetworkAccessManager http;
QEventLoop loop;
+ message_box msgbox;
};
#endif // FILE_DOWNLOAD_H