mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-05 04:33:51 +00:00
Fix non-blocking TCP connect for remote servers and persist login info between sessions
This commit is contained in:
parent
a52e28191e
commit
bc9c7f09b1
3 changed files with 106 additions and 0 deletions
|
|
@ -70,6 +70,14 @@ private:
|
|||
* Update status message
|
||||
*/
|
||||
void setStatus(const std::string& message, bool isError = false);
|
||||
|
||||
/**
|
||||
* Persist/restore login fields
|
||||
*/
|
||||
void saveLoginInfo();
|
||||
void loadLoginInfo();
|
||||
static std::string getConfigPath();
|
||||
bool loginInfoLoaded = false;
|
||||
};
|
||||
|
||||
}} // namespace wowee::ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue