Починил клинч с мьютексом Провайдера ДБ

This commit is contained in:
2025-08-13 16:15:28 +03:00
parent 842118cbea
commit ef12d4f7a9
7 changed files with 74 additions and 65 deletions

View File

@@ -105,7 +105,7 @@ public:
private:
QTranslator qtLanguageTranslator;
QWidget* ownerWidget;
QMutex mtxAccess;
//QMutex mtxAccess;
};
#endif // INTERFACEDATABASELMS_H