Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 3 | -6/+6 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix handling of dynamic casts in QSharedPointer. | Thiago Macieira | 2009-05-18 | 1 | -9/+128 |
| | | | | | | | | | | | | It's wrong to assume that static_cast<> is allowed everywhere where dynamic_cast<> is allowed. For example, if class C derives from both A and B, then you can dynamic_cast<B *>(ptr_to_A), but you can't static_cast. So introduce a helper for dynamic casts that doesn't do static_cast. Reviewed-by: Olivier Goffart | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 6 | -0/+1735 |