aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/appdevguide/porting.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/appdevguide/porting.qdoc')
-rw-r--r--src/quick/doc/src/appdevguide/porting.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/appdevguide/porting.qdoc b/src/quick/doc/src/appdevguide/porting.qdoc
index 44afd4d9fd..2f2788034b 100644
--- a/src/quick/doc/src/appdevguide/porting.qdoc
+++ b/src/quick/doc/src/appdevguide/porting.qdoc
@@ -160,7 +160,7 @@ a convenient way to port QDeclarativeItem-based classes that use the QPainter AP
is less performant than using the \c QSG* classes.
When porting from QDeclarativeView to QQuickView, note that QDeclarativeItem inherited from
-QGraphicsView. In contrast, QQuickView inherits from QQuickCanvas and uses the QWindow
+QGraphicsView. In contrast, QQuickView inherits from QQuickWindow and uses the QWindow
infrastructure introduced in Qt 5; any QGraphicsView-specific functionality is no longer available.