Fix a missing word in the docs
authorJan Kundrát <jkt@flaska.net>
Wed, 17 Oct 2012 16:27:25 +0000 (18:27 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 5 Nov 2012 11:08:24 +0000 (12:08 +0100)
The functionality is "*no* longer available", of course.

Change-Id: I2c9f2633d74b98c16216f68e3d7e080422cf6506
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
src/quick/doc/src/appdevguide/porting.qdoc

index 3ac13cd..6bb2a75 100644 (file)
@@ -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}