mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
Рефакт
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
void deleteWidget(MessangerWidget* msgWdgt);
|
||||
void deleteAllWidgets();
|
||||
|
||||
void setGUIclientId(QString id_GUIclient);
|
||||
void setUserLocalGUI_ID(int id);
|
||||
|
||||
public slots:
|
||||
void slot_sendMessage(ClientMessage clientMessage);
|
||||
@@ -40,7 +40,7 @@ private:
|
||||
ConnectorToServer* connectorToServer;
|
||||
QList <MessangerWidget*> listWidgets;
|
||||
|
||||
QString GUIclientId; //id этого GUI клиента
|
||||
int userLocalGUI_ID;
|
||||
|
||||
QMap <int, QList<MessageOfMessanger>*> mapAlldialogsWithClients;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user