ref: segregate client hashes

This commit is contained in:
semenov
2025-11-20 12:14:50 +03:00
parent 560b7ff4cb
commit bd0bed926c
7 changed files with 78 additions and 19 deletions

View File

@@ -118,6 +118,15 @@ public:
id = value;
}
QByteArray getClientHash()
{
return clientHash;
}
void setClientHash(const QByteArray &value)
{
clientHash = value;
}
private:
QString name;
QString address;
@@ -131,8 +140,7 @@ private:
TypeClientAutorization typeClient;
UserType userType;
QByteArray clientHash;
};
#endif // CLIENT_H