From 6bf4a5aa68afb7d95632880c001286f2a721e1f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 May 2014 13:26:40 +0300 Subject: Move updatetype into separate file. --- src/net/logindata.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/net/logindata.h') diff --git a/src/net/logindata.h b/src/net/logindata.h index 69dbfbb66..6e7c285c0 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -27,6 +27,8 @@ #include "utils/stringvector.h" +#include "net/updatetype.h" + #include #include "localconsts.h" @@ -54,14 +56,6 @@ class LoginData final A_DELETE_COPY(LoginData) - enum UpdateType - { - Upd_Normal = 0, - Upd_Close = 1, - Upd_Skip = 2, - Upd_Custom = 4 - }; - std::string username; std::string password; std::string newPassword; @@ -88,7 +82,7 @@ class LoginData final newPassword.clear(); updateHost.clear(); updateHosts.clear(); - updateType = Upd_Normal; + updateType = UpdateType::Normal; email.clear(); captchaResponse.clear(); registerUrl.clear(); -- cgit v1.2.3-70-g09d2