| Summary: | QML parsing error on required keyword | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Ian H <master.haber> |
| Component: | Language Support: QML/JavaScript | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | luis.buechi |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
newer javascript keywords also do the same (e.g. let) |
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 }