feat: add authors

This commit is contained in:
semenov
2025-01-22 17:32:10 +03:00
parent 22b2fbddc3
commit ded0bc3627
9 changed files with 52 additions and 6 deletions

View File

@@ -193,6 +193,11 @@ void UpdateController::setUpCurrentServerHash()
saveHash(hashFileName,fileList);
}
void UpdateController::setDataInfo(DataInfo *value)
{
dataInfo = value;
}
QString UpdateController::getCurrentStreamingPath() const
{
return currentStreamingPath;