#include <logindata.h>
Definition at line 29 of file logindata.h.
Public Member Functions | |
void | clear () |
Public Attributes | |
std::string | username |
std::string | password |
std::string | newPassword |
std::string | hostname |
std::string | updateHost |
short | port |
bool | remember |
Whether to store the username and host. | |
bool | registerLogin |
Whether an account is being registered. |
void LoginData::clear | ( | ) | [inline] |
Definition at line 52 of file logindata.h.
std::string LoginData::username |
Definition at line 31 of file logindata.h.
std::string LoginData::password |
Definition at line 32 of file logindata.h.
std::string LoginData::newPassword |
Definition at line 33 of file logindata.h.
std::string LoginData::hostname |
Definition at line 34 of file logindata.h.
std::string LoginData::updateHost |
Definition at line 35 of file logindata.h.
short LoginData::port |
Definition at line 40 of file logindata.h.
bool LoginData::remember |