mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Wait крутилки на все действия с задачами
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
public:
|
||||
void setTask(TaskAmmFim* task);
|
||||
TaskAmmFim getTask();
|
||||
bool getFlChanged(){return flChanged;}
|
||||
|
||||
private slots:
|
||||
void on_btnWrong_clicked();
|
||||
@@ -36,6 +37,8 @@ private:
|
||||
private:
|
||||
ConnectorToServer* connectorToServer;
|
||||
FIMtasksWidget* fimTasksWidget;
|
||||
|
||||
bool flChanged;
|
||||
};
|
||||
|
||||
#endif // DIALOGCHECKTASK_H
|
||||
|
||||
Reference in New Issue
Block a user