mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
QMutexLocker
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user