mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Рефакт users 1
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
#include <QTime>
|
||||
#include "interfacedatabaselms.h"
|
||||
|
||||
InterfaceDataBaseLMS::InterfaceDataBaseLMS(QWidget* parent):
|
||||
QWidget(parent),
|
||||
DataBaseLMS()
|
||||
InterfaceDataBaseLMS::InterfaceDataBaseLMS(QWidget *ownerWidget, QObject *parent):
|
||||
//QWidget(parent),
|
||||
QObject(parent),
|
||||
DataBaseLMS(ownerWidget),
|
||||
ownerWidget(ownerWidget)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user