aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmlitemmodels.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add missing directories to qdocconf filesMartin Smith2019-09-161-1/+1
| | | | | | | | These might not be complete yet, but they do fix the qdoc errors. Change-Id: I75b0f0f7709a371149a6f7c82adfff9fe88408ea Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Move model types into their own libraryUlf Hermann2019-05-021-0/+110
The model types are not part of the core QML runtime and should only be loaded if you explicitly import them. We cannot enforce that in Qt5 as some of them are available from the QtQml import, but we can change it in Qt6. Change-Id: I1e49e84d748e352537ec2d4af901c034c91d038f Reviewed-by: Erik Verbruggen <erik.verbruggen@me.com>