mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
перед введением мьютекса в запросы SQL
This commit is contained in:
@@ -300,11 +300,12 @@ QString InstructorsAndTraineesWidget::getMainInstructorName()
|
||||
mtxAccess.unlock();
|
||||
return res;
|
||||
}
|
||||
|
||||
/*
|
||||
QList<Trainee> InstructorsAndTraineesWidget::getListTrainees()
|
||||
{
|
||||
return dbLMS->getListTrainees();
|
||||
}
|
||||
*/
|
||||
|
||||
void InstructorsAndTraineesWidget::on_btnConnectionToDB_clicked()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user