перед введением мьютекса в запросы SQL

This commit is contained in:
krivoshein
2024-11-28 09:03:01 +03:00
parent 923764eaf3
commit 1a08f9b6da
38 changed files with 272 additions and 376 deletions

View File

@@ -300,11 +300,12 @@ QString InstructorsAndTraineesWidget::getMainInstructorName()
mtxAccess.unlock();
return res;
}
/*
QList<Trainee> InstructorsAndTraineesWidget::getListTrainees()
{
return dbLMS->getListTrainees();
}
*/
void InstructorsAndTraineesWidget::on_btnConnectionToDB_clicked()
{