summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-10-30 14:26:55 +0100
committerSamuel Rødal <sroedal@trolltech.com>2009-11-02 12:57:54 +0100
commit2a902676b74d0aa3482e722602879f7a02be1103 (patch)
tree33109034e7b39dd9611c14c34b67936261139fc8 /dist
parent70b7f26c3155e83d59cae7b89ed1af3b57797a73 (diff)
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.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 7f723dae67..c7f9ad7538 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()