mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Рефакт
This commit is contained in:
@@ -41,7 +41,7 @@ public Q_SLOTS:
|
||||
//Слот обработки сигнала необходимости обновления интерфейса
|
||||
void slot_NeedUpdateUI();
|
||||
//слот обработки сигнала о выборе обучаемого
|
||||
void slot_traineeSelected(QString login);
|
||||
void slot_traineeSelected(int id_trainee);
|
||||
|
||||
void slot_UpdateTasksAMMforTrainee(int trainee_id);
|
||||
|
||||
@@ -70,7 +70,6 @@ private:
|
||||
QTreeWidget* treeWidget;
|
||||
TypeListTreeAMMFIM type;
|
||||
|
||||
QString loginTraineeSelected;
|
||||
int idTraineeSelected;
|
||||
|
||||
QThread* threadPreparation;
|
||||
|
||||
Reference in New Issue
Block a user