https://bugs.kde.org/show_bug.cgi?id=438774
Bug ID: 438774
Summary: QML parsing error on required keyword
Product: kdevelop
Version: 5.6.0
Platform: Appimage
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Language Support: QML/JavaScript
Assignee: kdevelop-bugs-n...@kde.org
Reporter: master.ha...@gmail.com
Target Milestone: ---
The new keywords introduced in Qt 5.15 including 'required' break the QML
parsing, throwing errors saying that it's missing brackets.
example:
Pane{
required property int foo // throws errors here
}
--
You are receiving this mail because:
You are watching all bug changes.