Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.0.0
Description
Clone https://code.qt.io/cgit/qt-extensions/qtquickcalendar.git/ and run:
find src/imports -name "*.qml" -exec ~/dev/qt-dev-debug-non-fw/qtbase/bin/qmllint {} \; &> /tmp/qmllint.txt
The error comes from https://codereview.qt-project.org/c/qt/qtquickcontrols2/+/298316/4/src/imports/calendar/doc/snippets/qtlabscalendar-calendarmodel.qml:
Warning: Type of property "model" not found at src/imports/calendar/doc/snippets/qtlabscalendar-calendarmodel.qml:50:16 month: model.month ^^^^^
There is a model property in the root scope that belongs to ListView that might be confusing it?
Attachments
Issue Links
- resulted from
-
QTBUG-83755 Fix qmllint warnings
- Open