mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Модуль DataBaseLMS рефакторинг
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
class DataBaseSettings
|
||||
{
|
||||
public:
|
||||
QString dbName = "DataBaseLMS";
|
||||
QString dbType = "QPSQL";
|
||||
QString connectionName = "Connection";
|
||||
QString dbUserName = "postgres";
|
||||
QString dbPassword = "12345678";
|
||||
QString dbName = "";
|
||||
QString dbType = "";
|
||||
QString connectionName = "";
|
||||
QString dbUserName = "";
|
||||
QString dbPassword = "";
|
||||
QString dbHostName = "";
|
||||
int dbPort = 5432;
|
||||
int dbPort = 0;
|
||||
};
|
||||
|
||||
class DataBaseLMS : public QObject
|
||||
|
||||
Reference in New Issue
Block a user