summaryrefslogtreecommitdiffstats
path: root/tests/shared/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Actually test XmlListModelMarc Mutz2019-07-011-0/+103
Due to a typo in 'SUBDIRS', the test was never added to the build. Adding tests/shared/util.* from (current) qtdeclarative, adjusting paths and eradicating Q_FOREACHs, as the module defines QT_NO_FOREACH. Amends 8c6e24329ecd65f364654b1ca2b6a273f0826a8b. Change-Id: Ifacec982e8628c1317b1d7cc5c454c0a2cfafba1 Reviewed-by: Simon Hausmann <[email protected]>