From 166432764d34d7dd42142b9fcd7069b927f00e3e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 17 May 2014 18:11:29 +0300 Subject: Move updatefile into separate file. --- src/gui/windows/updaterwindow.h | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'src/gui') 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 * -- cgit v1.2.3-70-g09d2