mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Тайминг. Работает. Предварительно.
This commit is contained in:
@@ -96,6 +96,16 @@ public:
|
||||
isLoggedIn = value;
|
||||
}
|
||||
|
||||
void setAccessType(QString type)
|
||||
{
|
||||
accessType = type;
|
||||
}
|
||||
QString getAccessType()
|
||||
{
|
||||
return accessType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
private:
|
||||
QString name;
|
||||
@@ -109,6 +119,7 @@ private:
|
||||
bool isUnity = false;
|
||||
|
||||
TypeClientAutorization TypeClient;
|
||||
QString accessType = "";
|
||||
};
|
||||
|
||||
#endif // CLIENT_H
|
||||
|
||||
Reference in New Issue
Block a user