Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.14.2
-
None
Description
Currently if full namespaces are enabled in SCXML Designer, the generated scxml file has double colons in state names for compound states. Based on https://www.w3.org/TR/xmlschema11-2/#ID state names should not include colons at all. The scxml modules converts state names to cpp member variable names that also doesn't allow colons. A possible solution would be to use an underscore instead of colons.
Attachments
Issue Links
- relates to
-
QTBUG-75096 Cannot compile Full Namespace Scxml
- Closed