Переводы

This commit is contained in:
2025-07-03 12:35:50 +03:00
parent 2d523ef431
commit 91046ea00e
15 changed files with 209 additions and 1451 deletions

View File

@@ -286,7 +286,7 @@ void AssetsManager::writeVersionsToFile(QList<StreamingVersionData*> version,boo
if(isFirst)
{
attribute3 = {"isChangeable",QString::number(false)};
QString author = tr("Константа-дизайн");
QString author = tr("LLC Constanta-Design");
attribute4 = {"author",author};
ver->setAuthor(author);
}else

View File

@@ -3,8 +3,7 @@
#include <QThread>
Logger::Logger(QObject *parent):
QObject(parent)
Logger::Logger()
{
//this->listWidget = widget;
}

View File

@@ -8,7 +8,7 @@ class Logger : public QObject
Q_OBJECT
public:
explicit Logger(QObject *parent = nullptr);
explicit Logger();
~Logger();
void setTypeLog(QString type);
public slots: