summaryrefslogtreecommitdiffstats
path: root/demos/affine/affine.pro
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-06-23 05:51:21 (GMT)
committerAndy Shaw <qt-info@nokia.com>2010-06-23 05:51:21 (GMT)
commit6cef89c6442d06934c3545919e6b8283b3d8d1a4 (patch)
treeecafe167d992b8c8f9c8818cb23722831eb7b253 /demos/affine/affine.pro
parent25da7da1b5b454eae0b8080a97fd4a37d688aa54 (diff)
downloadQt-6cef89c6442d06934c3545919e6b8283b3d8d1a4.zip
Qt-6cef89c6442d06934c3545919e6b8283b3d8d1a4.tar.gz
Qt-6cef89c6442d06934c3545919e6b8283b3d8d1a4.tar.bz2
When a drag is finished with on Mac, then it should delete itself
On other platforms then when a drag is finished then it cleans up by calling setMimeData(0) and deleteLater() on the drag object, this didn't happen before on the Mac which meant it did not delete the QDrag objects until the parent of them was deleted thus taking up memory. Task-number: QTBUG-11613 Reviewed-by: Prasanth
Diffstat (limited to 'demos/affine/affine.pro')
0 files changed, 0 insertions, 0 deletions
'>/ * stabilize qmake autotestRitt Konstantin2011-01-191-15/+8 * Update copyright year to 2011.Jason McDonald2011-01-1055-55/+55 * tst_qmake doesn't need QtGuiThiago Macieira2010-08-25