summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsobject/qgraphicsobject.pro
Commit message (Collapse)AuthorAgeFilesLines
* added properties for x,y and z. Removed the notify for the pos property,Lars Knoll2009-06-111-0/+2
add auto tests for QGraphicsObject FX items are better off with property notifications on each component rather than on the position. Added some basic testing for QGraphicsObject and fixed the failures exposed. Reviewed-by: Andreas