before interface 13.11.2024

This commit is contained in:
krivoshein
2024-11-13 09:54:35 +03:00
parent f4ca58ce91
commit 61aaac2b1c
62 changed files with 1233 additions and 1047 deletions

View File

@@ -12,7 +12,8 @@ MainWindow::MainWindow(QWidget *parent)
ui->setupUi(this);
m_instructorsAndTraineesWidget = new InstructorsAndTraineesWidget(this);
if(! m_instructorsAndTraineesWidget->authorizationCompleted())
if(! m_instructorsAndTraineesWidget->authorizationIsCompleted())
{
delete m_instructorsAndTraineesWidget;
delete ui;