Remove comment about performance in qquickitem's clip property.
authorGunnar Sletta <gunnar.sletta@digia.com>
Thu, 7 Mar 2013 07:23:07 +0000 (08:23 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 11 Mar 2013 18:57:16 +0000 (19:57 +0100)
Change-Id: I2d1b9a86251466445d506969d779308e2d7b92bb
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>

src/quick/items/qquickitem.cpp

index 62bc70b..5377355 100644 (file)
@@ -3007,8 +3007,6 @@ QList<QQuickItem *> QQuickItem::childItems() const
 
   If clipping is enabled, an item will clip its own painting, as well
   as the painting of its children, to its bounding rectangle.
-
-  Non-rectangular clipping regions are not supported for performance reasons.
 */
 /*!
   \property QQuickItem::clip
@@ -3018,8 +3016,6 @@ QList<QQuickItem *> QQuickItem::childItems() const
   as the painting of its children, to its bounding rectangle. If you set
   clipping during an item's paint operation, remember to re-set it to
   prevent clipping the rest of your scene.
-
-  Non-rectangular clipping regions are not supported for performance reasons.
 */
 bool QQuickItem::clip() const
 {