deserialization: tolerate missing vector values

This commit is contained in:
itsmattkc
2020-09-15 12:00:25 +10:00
parent c0e6fdb836
commit 3ab36eb7fc
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -321,6 +321,8 @@ private:
void SaveConnections(QXmlStreamWriter* writer) const;
static void ValidateVectorString(QStringList* list, int count);
/**
* @brief Returns whether a data type can be interpolated or not
*/