We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 897b273 + 53fe14b commit 9eeb663Copy full SHA for 9eeb663
conandata.yml
@@ -1,3 +1,3 @@
1
-version: "5.10.0"
+version: "5.11.0-alpha.0"
2
requirements:
3
- - "savitar/5.10.0"
+ - "savitar/5.11.0-alpha.0"
python/SceneNode.sip
@@ -33,5 +33,8 @@ public:
33
34
std::string getType();
35
void setType(std::string type);
36
+
37
+ std::string getComponentPath() const;
38
+ void parseComponentData(const std::string& xml_string);
39
};
40
0 commit comments