From: Jan Kundrát Date: Wed, 17 Oct 2012 16:27:25 +0000 (+0200) Subject: Fix a missing word in the docs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01ed0bb882746f57eae3923bcd1cf8c2bd303f7;p=profile%2Fivi%2Fqtdeclarative.git Fix a missing word in the docs The functionality is "*no* longer available", of course. Change-Id: I2c9f2633d74b98c16216f68e3d7e080422cf6506 Reviewed-by: Venugopal Shivashankar Reviewed-by: Jędrzej Nowacki --- diff --git a/src/quick/doc/src/appdevguide/porting.qdoc b/src/quick/doc/src/appdevguide/porting.qdoc index 3ac13cd..6bb2a75 100644 --- a/src/quick/doc/src/appdevguide/porting.qdoc +++ b/src/quick/doc/src/appdevguide/porting.qdoc @@ -190,7 +190,7 @@ new applications.) \section3 QDeclarativeItem and QDeclarativeView When porting to QQuickItem, note that QDeclarativeItem inherited from QGraphicsItem; in contrast, -QQuickItem inherits directly from QObject, and any QGraphicsItem-specific functionality is longer +QQuickItem inherits directly from QObject, and any QGraphicsItem-specific functionality is no longer available. In particular, QQuickItem does not have a \c paint() method for performing custom rendering through the QPainter API. Instead, in Qt 5, custom rendering should be performed through the new \c QSG* classes to take full advantage of the scene graph. See the \l {Qt Quick Scene Graph}