summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/updaterwindow.h')
-rw-r--r--src/gui/windows/updaterwindow.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/gui/windows/updaterwindow.h b/src/gui/windows/updaterwindow.h
index d73da1e3e..144e0903a 100644
--- a/src/gui/windows/updaterwindow.h
+++ b/src/gui/windows/updaterwindow.h
@@ -28,6 +28,8 @@
#include "net/download.h"
+#include "resources/updatefile.h"
+
#include "utils/mutex.h"
#include "listeners/actionlistener.h"
@@ -43,26 +45,6 @@ class ProgressBar;
class ResourceManager;
class ScrollArea;
-struct UpdateFile final
-{
- public:
- UpdateFile() :
- name(),
- hash(),
- type(),
- desc(),
- group(),
- required(false)
- {
- }
- std::string name;
- std::string hash;
- std::string type;
- std::string desc;
- std::string group;
- bool required;
-};
-
/**
* Update progress window GUI
*