summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHatem ElKharashy <hatem.elkharashy@qt.io>2024-03-06 10:50:17 +0200
committerHatem ElKharashy <hatem.elkharashy@qt.io>2024-03-06 12:10:29 +0200
commit95f323ee54084dc16808c1885d36b1153afac055 (patch)
tree05c7386ccbecaaa8a0209c286832bfb80d5d54cd /doc
parent15e216c402bacf5039b961195231fdace2d38309 (diff)
Modify whatsnew67 Qt SVG section
The Qt SVG Module section now refers to the QtSvg::Options flag instead of QtSvg::FeatureSet enum Change-Id: Idc783fc55fada7bcd36e843a0c11412961c51d11 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index 370aed92c..3a60b0bc9 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -327,9 +327,9 @@
\li Added support for some elements from SVG 1.1 standard. The elements
are Mask, Symbol, Marker, Pattern, Filter, and Filter Primitives (feMerge,
feColorMatrix, feGaussianBlur, feOffset, feComposite, feFlood)
- \li Added QtSvg::FeatureSet enum to enable or disable rendering of the
+ \li Added QtSvg::Options flag to enable or disable rendering of the
new elements.
- \li Added setters and getters for the QtSvg::FeatureSet for QSvgRenderer
+ \li Added setters and getters for the QtSvg::Options for QSvgRenderer
and QSvgWidget. The new features are enabled by default.
\endlist