Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
e8eb7d14594e06516d877eabdb0ee9451a0c1d69
Description
While using qmlsc is fun and greatly helps finding errors prior "using" a specifc view, it is frustrating to walk thru endless repeating warnings that you can't (or sometimes don't want to) fix.
Like for usual compilers or linters, it should be possible to mute these warnings at least on a line level.
For example:
Item { visible: Qt.platform.os == "android" || Qt.platform.os == "ios" //qmlsc: no-can-be-shadowed }
Attachments
Issue Links
- relates to
-
QTBUG-111532 qmlsc when enabled gives many errors/warnings
- Closed
-
QTBUG-124278 QML compiling or linting: add more log levels for warnings/errors
- Reported