mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refract Server 0
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
#include <QTime>
|
||||
#include "interfacedatabaselms.h"
|
||||
|
||||
InterfaceDataBaseLMS::InterfaceDataBaseLMS(QWidget *ownerWidget, QObject *parent):
|
||||
DataBaseLMS(ownerWidget, parent),
|
||||
ownerWidget(ownerWidget)
|
||||
InterfaceDataBaseLMS::InterfaceDataBaseLMS(QObject *parent):
|
||||
DataBaseLMS(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user