mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Начал реализовывать обмен запросами к БД
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
#include <QMessageBox>
|
||||
|
||||
|
||||
CommonView::CommonView(InterfaceDataBaseLMS* dbLMS, TypeView type, QWidget *parent):
|
||||
CommonView::CommonView(ConnectorToServer* connectorToServer, TypeView type, QWidget *parent):
|
||||
QWidget(parent),
|
||||
dbLMS(dbLMS),
|
||||
dbLMS(nullptr), //TODO
|
||||
connectorToServer(connectorToServer),
|
||||
treeWidget(nullptr),
|
||||
typeView(type),
|
||||
archiveVisible(false),
|
||||
|
||||
Reference in New Issue
Block a user