Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Default property alias #15

Closed machtelik closed 3 years ago

machtelik commented 4 years ago

The following code leads to error QmlTokenType.CLASS_NAME, QmlTokenType.IMPORT_QUALIFIER, QmlTokenType.KEYWORD_TYPE or QmlTokenType.LIST_KEYWORD expected, got 'alias'

    default property alias children: customContent.children
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.