mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
feat: change message and contac list attribute
This commit is contained in:
@@ -77,6 +77,15 @@ public:
|
||||
QString fromId;
|
||||
QString toId;
|
||||
QString Text;
|
||||
QString UserType;
|
||||
ClientMessage(){}
|
||||
ClientMessage(QString fromId, QString toId, QString text, QString UserType)
|
||||
{
|
||||
this->fromId = fromId;
|
||||
this->toId = toId;
|
||||
this->Text = text;
|
||||
this->UserType = UserType;
|
||||
}
|
||||
};
|
||||
|
||||
class ServerTask
|
||||
|
||||
Reference in New Issue
Block a user