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:
@@ -10,7 +10,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
m_serverLMSWidget = new ServerLMSWidget();
|
||||
m_serverLMSWidget = new ServerLMSWidget(this);
|
||||
|
||||
ui->verticalLayout_1->addWidget(m_serverLMSWidget);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user