Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added license headers to new files. | Rohan McGovern | 2010-08-18 | 3 | -0/+123 |
| | |||||
* | Crash in QWidgetPrivate::init on QApplication::quit() using a modal dialog ↵ | Carlos Manuel Duclos Vergara | 2010-08-18 | 4 | -0/+63 |
on Mac The problem was the order of deletion in the destructor. To autotest this I create an application, start a modal dialog and then quit the application. The fix was contributed by a customer. Task-number: QTBUG-12673 Reviewed-by: Olivier Goffart |