Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.6, 6.7.2, 6.8.0 Beta2
-
0835b5d13 (dev), cb16d776e (6.8), 0b7216a08 (6.7), ea6d706e6 (dev), 62e0c1005 (6.8), b842658d0 (6.7)
Description
Before clicking the lightbulb
Warning:
no matching signal found for handler "onWidthChanged": Implicitly defining onWidthChanged as signal handler in Connections is deprecated. Create a function instead.
After clicking the lightbulb
Error:
Unexpected token `...'
Expected outcomes
qmlls should place the existing code – `console.log("New width:", root.width)` - inside the function block rather than erasing it
Attachments
Issue Links
- resulted in
-
QTBUG-127535 dom powered quick fixes/warnings messages in qmllint
- Reported