Additionaly each standard table provide measurements size and height.
--HG-- branch : develop
This commit is contained in:
parent
28f5188a92
commit
d104b8bd7e
|
@ -617,6 +617,13 @@ QStringList VMeasurements::ListAll() const
|
|||
}
|
||||
}
|
||||
|
||||
if (type == MeasurementsType::Standard)
|
||||
{
|
||||
// Additionaly each standard table provide size and height
|
||||
listNames.append(size_M);
|
||||
listNames.append(height_M);
|
||||
}
|
||||
|
||||
return listNames;
|
||||
}
|
||||
|
||||
|
|
|
@ -964,7 +964,9 @@ QStringList AllGroupNames()
|
|||
<< ListGroupN()
|
||||
<< ListGroupO()
|
||||
<< ListGroupP()
|
||||
<< ListGroupQ();
|
||||
<< ListGroupQ()
|
||||
<< size_M
|
||||
<< height_M;
|
||||
|
||||
return originalNames;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user