From: Gunnar Sletta Date: Thu, 7 Mar 2013 07:23:07 +0000 (+0100) Subject: Remove comment about performance in qquickitem's clip property. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=17be956554654d5b5869767457da585375bd3e9f;p=konrad%2Fqtdeclarative.git Remove comment about performance in qquickitem's clip property. Change-Id: I2d1b9a86251466445d506969d779308e2d7b92bb Reviewed-by: Samuel Rødal --- diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index 62bc70b..5377355 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -3007,8 +3007,6 @@ QList 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::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 {