|
ORE Studio 0.0.4
|
Composite structure combining account with its login status. More...
#include <ClientAccountModel.hpp>

Public Attributes | |
| accounts::domain::account | account |
| std::optional< accounts::domain::login_info > | loginInfo |
Composite structure combining account with its login status.
This struct joins account domain data with login_info data for display purposes in the Qt UI. The login_info is optional since not all accounts may have corresponding login_info records (e.g., newly created accounts that have never logged in).