QMutexLocker

This commit is contained in:
2025-08-13 10:50:55 +03:00
parent 7466e33599
commit 93fe4a94b2
4 changed files with 69 additions and 80 deletions

View File

@@ -39,10 +39,6 @@ protected:
void deleteConnection();
bool isConnected();
//Транзакции
bool transactionBegin();
bool transactionEnd();
//Юзер
int selectUserID(QString type, QString login, QString password = QStringLiteral(""));
QString selectUserNameByLogin(QString type, QString login);
@@ -115,8 +111,7 @@ protected:
DataBaseSettings dbSettings;
private:
bool transactionBegined;
QMutex mtxAccess;
bool transactionBegined;
QWidget* ownerWidget;
};