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:
@@ -1,12 +1,14 @@
|
||||
#include "providerdblms.h"
|
||||
|
||||
#include <QThread>
|
||||
#include <QMessageBox>
|
||||
|
||||
ProviderDBLMS::ProviderDBLMS(QWidget *parentWidget, QObject *parent) :
|
||||
QObject(parent),
|
||||
dbLMS(nullptr)
|
||||
dbLMS(nullptr),
|
||||
parentWidget(parentWidget)
|
||||
{
|
||||
dbLMS = new InterfaceDataBaseLMS(/*parentWidget*/nullptr);
|
||||
dbLMS = new InterfaceDataBaseLMS(parentWidget);
|
||||
//ConnectionToDB();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user