Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Enum syntax #13

Closed machtelik closed 3 years ago

machtelik commented 4 years ago

The following enum results in error QmlTokenType.CLOSE_BRACE or QmlTokenType.COMMA expected, got '='

    enum Alignment {
        Center = 0,
        Left
    }
grabusr commented 4 years ago

Hi Mike

Version 0.9.3 with a fix for that is available to download. Please confirm if it solves the issue.

machtelik commented 3 years ago

It's fixed in 0.9.3, thanks.