added IDs to parameters for serialization

This commit is contained in:
itsmattkc
2019-08-13 17:22:32 +10:00
parent e9702aeb52
commit 02ea535c8a
13 changed files with 59 additions and 17 deletions
+6
View File
@@ -179,6 +179,12 @@ signals:
* The edge that was removed
*/
void EdgeRemoved(NodeEdgePtr edge);
private:
/**
* @brief Return whether a parameter with ID `id` has already been added to this Node
*/
bool HasParamWithID(const QString& id);
};
template<class T>