mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugfix:version info complete
This commit is contained in:
@@ -14,12 +14,20 @@ public:
|
||||
this->createData = data;
|
||||
this->size = size;
|
||||
this->isChangeable = true;
|
||||
this->author = "";
|
||||
}
|
||||
StreamingVersionData(){};
|
||||
|
||||
~StreamingVersionData();
|
||||
|
||||
void fill(StreamingVersionData* data)
|
||||
{
|
||||
this->absolutePath = data->getAbsolutPath();
|
||||
this->viewName = data->getViewName();
|
||||
this->createData = data->getCreateData();
|
||||
this->size = data->getSize();
|
||||
this->isChangeable = data->getIsChangeable();
|
||||
this->author = data->getAuthor();
|
||||
}
|
||||
QString getAbsolutPath() const
|
||||
{
|
||||
return absolutePath;
|
||||
|
||||
Reference in New Issue
Block a user