summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.7.2
Commit message (Collapse)AuthorAgeFilesLines
* Send WinIdChange event when winId is set to zeroGareth Stockwell2010-11-111-2/+6
| | | | | | | | | | | This allows an observer to get a notification just before the window handle owned by a native widget is destroyed. Note that, at the point when the event is sent, the widget's internalWinId() will return the new value, but the old native window handle will not be destroyed until after the event handler is run. Task-number: QTMOBILITY-645 Reviewed-by: sroedal
* Add skeleton changes file for Qt 4.7.2Jason McDonald2010-10-201-0/+158
Reviewed-by: Trust Me