summaryrefslogtreecommitdiffstats
path: root/src/svg
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-15 10:05:50 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-15 10:07:10 (GMT)
commitf60e8c21c1d031daa8984461f9e5a6988e3ce2e7 (patch)
treee179d3d31ece2dcd938287b189316cd26e88ad0b /src/svg
parent4a7e5c25339a7d52cbcd7d4c6ff792f7d991a70c (diff)
downloadQt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.zip
Qt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.tar.gz
Qt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.tar.bz2
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/qgraphicssvgitem.cpp17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/svg/qgraphicssvgitem.cpp b/src/svg/qgraphicssvgitem.cpp
index ea26c78..bcdd821 100644
--- a/src/svg/qgraphicssvgitem.cpp
+++ b/src/svg/qgraphicssvgitem.cpp
@@ -265,6 +265,12 @@ int QGraphicsSvgItem::type() const
return Type;
}
+/*!
+ \property QGraphicsSvgItem::maximumCacheSize
+
+ This property holds the maximum size of the device coordinate cache
+ for this item.
+ */
/*!
Sets the maximum device coordinate cache size of the item to \a size.
@@ -305,8 +311,13 @@ QSize QGraphicsSvgItem::maximumCacheSize() const
}
/*!
- Sets the XML ID of the element that this item should render to \a
- id.
+ \property QGraphicsSvgItem::elementId
+
+ This property holds the element's XML ID.
+ */
+
+/*!
+ Sets the XML ID of the element to \a id.
*/
void QGraphicsSvgItem::setElementId(const QString &id)
{
@@ -318,7 +329,7 @@ void QGraphicsSvgItem::setElementId(const QString &id)
/*!
Returns the XML ID the element that is currently
- being renderer. Returns an empty string if the whole
+ being rendered. Returns an empty string if the whole
file is being rendered.
*/
QString QGraphicsSvgItem::elementId() const