mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Переводы
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
#include <QThread>
|
||||
|
||||
|
||||
Logger::Logger(QObject *parent):
|
||||
QObject(parent)
|
||||
Logger::Logger()
|
||||
{
|
||||
//this->listWidget = widget;
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user