mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact 1
This commit is contained in:
@@ -8,6 +8,8 @@ ProviderDBLMS::ProviderDBLMS(QObject *parent) :
|
||||
QObject(parent),
|
||||
dbLMS(nullptr)
|
||||
{
|
||||
qDebug() << "ProviderDBLMS init thread ID " << QThread::currentThreadId();
|
||||
|
||||
dbLMS = new InterfaceDataBaseLMS();
|
||||
connect(dbLMS, &InterfaceDataBaseLMS::signal_ErrorPostgreSQL, this, &ProviderDBLMS::signal_ErrorPostgreSQL);
|
||||
}
|
||||
@@ -139,7 +141,7 @@ bool ProviderDBLMS::DBisConnected()
|
||||
|
||||
DataBaseSettings ProviderDBLMS::getDBSettings()
|
||||
{
|
||||
return dbLMS->getDataBaseSettings();
|
||||
return InterfaceDataBaseLMS::getDataBaseSettings();
|
||||
}
|
||||
|
||||
bool ProviderDBLMS::setUserPasswordPostgres(QString userName, QString password)
|
||||
|
||||
Reference in New Issue
Block a user