summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativemousearea_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-071-1/+2
| | | | Task-number: QTBUG-9637
* MouseArea works now with any QGraphicsObjectAlexis Menard2010-03-171-4/+4
| | | | | | Easy, you just need to change the property. Reviewed-by:Martin Jones
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+185
QDeclarativeXXX.