mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
допилил ownerWidget в DataBaseLMS
This commit is contained in:
@@ -8,16 +8,13 @@
|
||||
#include "DataBaseLMS_global.h"
|
||||
#include "databaselms.h"
|
||||
|
||||
class DATABASELMS_EXPORT InterfaceDataBaseLMS : public QObject, DataBaseLMS
|
||||
class DATABASELMS_EXPORT InterfaceDataBaseLMS : public /*QObject,*/ DataBaseLMS
|
||||
{
|
||||
Q_OBJECT
|
||||
//Q_OBJECT
|
||||
|
||||
public:
|
||||
InterfaceDataBaseLMS(QWidget *ownerWidget, QObject *parent = nullptr);
|
||||
|
||||
public Q_SLOTS:
|
||||
void slot_LanguageChanged(QString language);
|
||||
|
||||
public:
|
||||
//Соединение
|
||||
bool connectionToDB();
|
||||
@@ -102,8 +99,7 @@ public:
|
||||
int changeStatusTaskFIM(int id_task, QString status);
|
||||
int changeStatusTaskAMM(int id_task, QString status);
|
||||
|
||||
private:
|
||||
QTranslator qtLanguageTranslator;
|
||||
private:
|
||||
QWidget* ownerWidget;
|
||||
//QMutex mtxAccess;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user