summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when accessing newly constructed QTextObjects.Benjamin Poulain2009-03-261-0/+1
| | | | | | | | | The pieceTable member was only initialized by QTextDocumentPrivate _after_ the call to createObject. This patch initializes it at construction time. Task-number: 246138 Reviewed-by: Simon Hausmann
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+298