mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
ref: change message attributes
This commit is contained in:
@@ -96,13 +96,13 @@ public:
|
||||
isLoggedIn = value;
|
||||
}
|
||||
|
||||
void setAccessType(QString type)
|
||||
void setAccessType(UserType type)
|
||||
{
|
||||
accessType = type;
|
||||
userType = type;
|
||||
}
|
||||
QString getAccessType()
|
||||
UserType getAccessType()
|
||||
{
|
||||
return accessType;
|
||||
return userType;
|
||||
}
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ private:
|
||||
bool isUnity = false;
|
||||
|
||||
TypeClientAutorization TypeClient;
|
||||
QString accessType = "";
|
||||
UserType userType;
|
||||
};
|
||||
|
||||
#endif // CLIENT_H
|
||||
|
||||
Reference in New Issue
Block a user