diff options
Diffstat (limited to 'src/logindata.h')
-rw-r--r-- | src/logindata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logindata.h b/src/logindata.h index a43f13bb..689a5aaa 100644 --- a/src/logindata.h +++ b/src/logindata.h @@ -33,6 +33,7 @@ struct LoginData std::string newPassword; std::string hostname; std::string email; + std::string newEmail; short port; bool remember; /**< Whether to store the username and host. */ @@ -45,6 +46,7 @@ struct LoginData newPassword = ""; hostname = ""; email = ""; + newEmail = ""; port = 0; }; }; |