mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
A
This commit is contained in:
@@ -19,9 +19,11 @@ public:
|
||||
};
|
||||
|
||||
QString getLogin() {return login;};
|
||||
QListWidget* getListWidget() {return listWidget;};
|
||||
int getIndexTab() {return indexTab;};
|
||||
|
||||
void addMsgWidgetLocal(QString text);
|
||||
void addMsgWidgetRemote(QString text);
|
||||
|
||||
private:
|
||||
QString login = "";
|
||||
int indexTab = 0;
|
||||
|
||||
Reference in New Issue
Block a user