mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact
This commit is contained in:
@@ -17,7 +17,8 @@ public:
|
||||
this->name = name;
|
||||
this->address = address;
|
||||
this->port = port;
|
||||
this->fullName = "Name: " + name + " IP: " + address + " port : " + port + " login: " + login;
|
||||
//this->fullName = "Name: " + name + " IP: " + address + " port : " + port + " login: " + login;
|
||||
this->fullName = "IP: " + address + " port : " + port + " login: " + login;
|
||||
};
|
||||
~Client(){};
|
||||
|
||||
@@ -31,7 +32,8 @@ public:
|
||||
{
|
||||
this->login = login;
|
||||
isLoggedIn = true;
|
||||
fullName = "Name: " + name + " IP: " + address + " port : " + port + " login: " + login;
|
||||
//fullName = "Name: " + name + " IP: " + address + " port : " + port + " login: " + login;
|
||||
fullName = "IP: " + address + " port : " + port + " login: " + login;
|
||||
}
|
||||
QString getLogin()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user