Стабильная

This commit is contained in:
2025-12-11 16:23:26 +03:00
parent d50d5a6af3
commit 18920cee6e
26 changed files with 60 additions and 76 deletions

View File

@@ -24,12 +24,6 @@ DataBaseLMS::~DataBaseLMS()
deleteConnection();
}
void DataBaseLMS::slot_LanguageChanged(QString language)
{
qtLanguageTranslator.load(QString(QStringLiteral("translations/DataBaseLMS_")) + language, QStringLiteral("."));
QCoreApplication::installTranslator(&qtLanguageTranslator);
}
bool DataBaseLMS::createConnection()
{
dbSettings = getDataBaseSettings();