mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
DocsUpdater 1rev
This commit is contained in:
@@ -406,6 +406,12 @@ QString UpdateController::getPathAdditionalFile(QString name)
|
||||
return path;
|
||||
}
|
||||
|
||||
QString UpdateController::getPathScensFile(QString name)
|
||||
{
|
||||
QString path = Tools::createSharedPath("/" + assetManager->getCurrentVersionData()->getViewName() + "/" + rusScensFolderName + name);
|
||||
return path;
|
||||
}
|
||||
|
||||
QByteArray UpdateController::getLocalHash()
|
||||
{
|
||||
QFile hashFile(hashFileName);
|
||||
|
||||
Reference in New Issue
Block a user