bugfix: fixed authData saving

This commit is contained in:
vladimir.kuznetsov 2024-10-24 21:22:21 +08:00
parent 628e22869d
commit 131b8e69f5
5 changed files with 10 additions and 3 deletions

View file

@ -11,7 +11,8 @@ class ApiCountryModel : public QAbstractListModel
public:
enum Roles {
CountryNameRole = Qt::UserRole + 1,
CountryCodeRole
CountryCodeRole,
CountryImageCodeRole
};
explicit ApiCountryModel(QObject *parent = nullptr);