Remove comment that QQuickPaintedItem is only useful for porting.
authorGunnar Sletta <gunnar.sletta@digia.com>
Thu, 1 Aug 2013 06:34:20 +0000 (08:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 1 Aug 2013 14:35:48 +0000 (16:35 +0200)
Change-Id: I5d4a7917baa7c8f8dd7cfe3f49c6cf4fe5532ac0
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
src/quick/items/qquickpainteditem.cpp

index 15abb75..25a2b93 100644 (file)
@@ -67,9 +67,6 @@ QT_BEGIN_NAMESPACE
 
     To enable QPainter to do anti-aliased rendering, use setAntialiasing().
 
-    QQuickPaintedItem is meant to make it easier to port old code that is using the
-    QPainter API to the QML Scene Graph API and it should be used only for that purpose.
-
     To write your own painted item, you first create a subclass of QQuickPaintedItem, and then
     start by implementing its only pure virtual public function: paint(), which implements
     the actual painting. To get the size of the area painted by the item, use