summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepathview/data/vdm.qml
Commit message (Collapse)AuthorAgeFilesLines
* PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-061-0/+28
If the model is a VisualDataModel, the count will initally be zero and modelCount is not updated due to itemsInserted() before the component is completed. Task-number: QTBUG-16357 Reviewed-by: Bea Lam