Small doc fixes.
authorMichael Brasser <michael.brasser@nokia.com>
Thu, 23 Feb 2012 01:08:58 +0000 (11:08 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 03:06:04 +0000 (04:06 +0100)
Change-Id: I54ed2d0387b85ac853d94cfe716a1f6016986e2a
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
src/quick/scenegraph/coreapi/qsgnode.cpp

index 88afac7..6185386 100644 (file)
@@ -777,9 +777,9 @@ QSGClipNode::~QSGClipNode()
     Sets whether this clip node has a rectangular clip to \a rectHint.
 
     This is an optimization hint which means that the renderer can
-    use scissoring instead of stencil, which is significnatly faster.
+    use scissoring instead of stencil, which is significantly faster.
 
-    When this hint is and it is applicable, the clip region will be
+    When this hint is set and it is applicable, the clip region will be
     generated from clipRect() rather than geometry().
  */
 
@@ -791,7 +791,7 @@ void QSGClipNode::setIsRectangular(bool rectHint)
 
 
 /*!
-    \fn void QSGClipNode::clipRect() const
+    \fn QRectF QSGClipNode::clipRect() const
 
     Returns the clip rect of this node.
  */