summaryrefslogtreecommitdiffstats
path: root/src/svg
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-23 09:53:22 +0100
committerMartin Smith <msmith@trolltech.com>2010-02-23 09:53:22 +0100
commit1ef21425463204ff60defb9ca97813ff07db2149 (patch)
treed82e8773f3361af13afe58fced0b6c49cdd95b76 /src/svg
parent2b7e46886d7a77257b64823e959bd8d8a007380d (diff)
doc: Added \since 4.6 to the properties.
Task: QTBUG-8333
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/qgraphicssvgitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/svg/qgraphicssvgitem.cpp b/src/svg/qgraphicssvgitem.cpp
index 7e80e50d4e..69ff7a3db9 100644
--- a/src/svg/qgraphicssvgitem.cpp
+++ b/src/svg/qgraphicssvgitem.cpp
@@ -267,6 +267,7 @@ int QGraphicsSvgItem::type() const
/*!
\property QGraphicsSvgItem::maximumCacheSize
+ \since 4.6
This property holds the maximum size of the device coordinate cache
for this item.
@@ -312,7 +313,8 @@ QSize QGraphicsSvgItem::maximumCacheSize() const
/*!
\property QGraphicsSvgItem::elementId
-
+ \since 4.6
+
This property holds the element's XML ID.
*/