summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpathclipper/pathcompare.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed QGraphicsScene autotest failure in task250680_childClip.Samuel Rødal2010-02-191-0/+126
The path comparison is too strict. Even though the paths are equivalent (represent the same area) the comparison fails as they don't have the same representation. If we simplify the clip path and use the more generic path comparison approach from the QPathClipper autotest the test passes. Reviewed-by: Olivier Goffart