refract Server 0

This commit is contained in:
2026-02-06 14:47:20 +03:00
parent 8ab4238537
commit 4b98d00faf
17 changed files with 549 additions and 333 deletions

View File

@@ -20,7 +20,7 @@ public:
errAlreadyLogIn
};
public:
InterfaceDataBaseLMS(QWidget *ownerWidget, QObject *parent = nullptr);
InterfaceDataBaseLMS(QObject *parent = nullptr);
public:
//Соединение
@@ -105,9 +105,6 @@ public:
int replaceReportFIM(TaskAmmFim task);
int changeStatusTaskFIM(int id_task, QString status);
int changeStatusTaskAMM(int id_task, QString status);
private:
QWidget* ownerWidget;
};
#endif // INTERFACEDATABASELMS_H