diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-10-30 13:26:55 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-11-02 11:57:54 (GMT) |
commit | 2a902676b74d0aa3482e722602879f7a02be1103 (patch) | |
tree | 33109034e7b39dd9611c14c34b67936261139fc8 /dist | |
parent | 70b7f26c3155e83d59cae7b89ed1af3b57797a73 (diff) | |
download | Qt-2a902676b74d0aa3482e722602879f7a02be1103.zip Qt-2a902676b74d0aa3482e722602879f7a02be1103.tar.gz Qt-2a902676b74d0aa3482e722602879f7a02be1103.tar.bz2 |
Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.
Added AnimationHint, which didn't make too much sense in a generic enum,
so Qt::RenderHint was moved back into QGraphicsBlurEffect as
QGraphicsBlurEffect::BlurHint.
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 7f723da..c7f9ad7 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -30,6 +30,10 @@ information about a particular change. * [245219] Added QXmlQuery::setFocus(const QString &focus); + - QGraphicsBlurEffect + * Since the 4.6 beta Qt::RenderHint has been moved to + QGraphicsBlurEffect::BlurHint. + - QVariant * Many optimisations * Added QVariant::toFloat() and QVariant::toReal() |