Jason H
2018-05-04 18:58:25 UTC
I was really looking forward to this release. But was kind of surprised he QML parsing was not included.
Rectangle {
enum CollectionState {
NotAcquired,
Acquiring,
HaveImages
}
}
gives:
"Unexpected token "reserved word""
"Expected token ":"
But is fine when compiled.
Rectangle {
enum CollectionState {
NotAcquired,
Acquiring,
HaveImages
}
}
gives:
"Unexpected token "reserved word""
"Expected token ":"
But is fine when compiled.