From 22c138abfce871a1d23f1cf1b98b448bcd3ec74f Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Tue, 5 Nov 2013 20:17:06 +0800 Subject: Doc: Fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7408409ddbaa354370267f2dd74326ec56a4186 Reviewed-by: Jerome Pasion Reviewed-by: Topi Reiniƶ --- examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/scenegraph') diff --git a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc index e3cef52bf7..56dcf6f396 100644 --- a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc +++ b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc @@ -171,7 +171,7 @@ The application is a straightforward QML application, with a QGuiApplication and a QQuickView that we pass a .qml file. To make use of the BezierCurve item, we need to register it in the QML - engine, using the qmlRegisterType function. We give it the name + engine, using the qmlRegisterType() function. We give it the name BezierCurve and make it part of the \c {CustomGeometry 1.0} module. -- cgit v1.2.3