summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-06 10:31:48 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-09 12:35:43 (GMT)
commit42c9d2e1a4fd6cdb322388e8143aebb4df864ccd (patch)
tree8b4e3ca077df7349d012a7a2ccc23e33a6dd0ff7
parent150bdc85f28f024cbff7151aaeff6f090580e82c (diff)
downloadQt-42c9d2e1a4fd6cdb322388e8143aebb4df864ccd.zip
Qt-42c9d2e1a4fd6cdb322388e8143aebb4df864ccd.tar.gz
Qt-42c9d2e1a4fd6cdb322388e8143aebb4df864ccd.tar.bz2
doc: Fixed some qdoc errors.
(cherry picked from commit 30d6f7ed29a2a5723387768cfe82a807a2724b8b)
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp15
-rw-r--r--src/gui/graphicsview/qgraphicstransform.cpp18
2 files changed, 33 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp
index 8b46e8c..6f0b48c 100644
--- a/src/gui/graphicsview/qgraphicsitem.cpp
+++ b/src/gui/graphicsview/qgraphicsitem.cpp
@@ -7734,6 +7734,21 @@ void QGraphicsItemPrivate::resetHeight()
}
/*!
+ \property QGraphicsObject::children
+ \internal
+*/
+
+/*!
+ \property QGraphicsObject::width
+ \internal
+*/
+
+/*!
+ \property QGraphicsObject::height
+ \internal
+*/
+
+/*!
\property QGraphicsObject::parent
\brief the parent of the item
diff --git a/src/gui/graphicsview/qgraphicstransform.cpp b/src/gui/graphicsview/qgraphicstransform.cpp
index 986bee6..7b69317 100644
--- a/src/gui/graphicsview/qgraphicstransform.cpp
+++ b/src/gui/graphicsview/qgraphicstransform.cpp
@@ -345,6 +345,24 @@ void QGraphicsScale::applyTo(QMatrix4x4 *matrix) const
*/
/*!
+ \fn QGraphicsScale::xScaleChanged()
+
+ QGraphicsScale emits this signal when its xScale changes.
+*/
+
+/*!
+ \fn QGraphicsScale::yScaleChanged()
+
+ QGraphicsScale emits this signal when its yScale changes.
+*/
+
+/*!
+ \fn QGraphicsScale::zScaleChanged()
+
+ QGraphicsScale emits this signal when its zScale changes.
+*/
+
+/*!
\fn QGraphicsScale::scaleChanged()
This signal is emitted whenever the xScale, yScale, or zScale