summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie/resources.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Prevented infinite loop in QMoviePrivate::next().Samuel Rødal2010-12-221-0/+5
If we're unable to read the first frame, we shouldn't return an end marker, as that will cause QMoviePrivate::next() to recurse indefinitely when the playCounter is set to -1 (infinite). Reviewed-by: Olivier Goffart