diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2010-02-03 09:36:15 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2010-02-03 09:36:15 (GMT) |
commit | 7d4ef9167249df5f00831dc07e57705eb1ddd22a (patch) | |
tree | ed6fe0d039492751949a34dfaf840150100a4d42 /dist/changes-4.6.2 | |
parent | 21a1613da90e7b3f0d2d2b03983e236a55db15b0 (diff) | |
download | Qt-7d4ef9167249df5f00831dc07e57705eb1ddd22a.zip Qt-7d4ef9167249df5f00831dc07e57705eb1ddd22a.tar.gz Qt-7d4ef9167249df5f00831dc07e57705eb1ddd22a.tar.bz2 |
Update changes-4.6.2.
Diffstat (limited to 'dist/changes-4.6.2')
-rw-r--r-- | dist/changes-4.6.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 58dcf0e..292b3ef 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -49,6 +49,10 @@ QtGui - QBmpHandler * [QTBUG-7530] Fixed an infinite loop that could occur when reading invalid BMP images. + - QGraphicsEffect + * [QTBUG-6901] Fixed performance problem when translating items with + graphics effects. + - QImage * [QTBUG-7231] Avoid an unnecessary copy in QImage::scaled(). |