summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-17 14:43:05 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-17 14:43:05 (GMT)
commitcaee66da925949cf7aef2ff8e1a86c38dd6e6efd (patch)
treed76f2f88fd269d1a884e0f507c10b4ee1d7b279a /doc/src/getting-started
parentc78eb49081359e2f855d65ebc5511cb7572fa732 (diff)
parent195fbdfb7f9a8ade3347a651090722a7d3ecccfb (diff)
downloadQt-caee66da925949cf7aef2ff8e1a86c38dd6e6efd.zip
Qt-caee66da925949cf7aef2ff8e1a86c38dd6e6efd.tar.gz
Qt-caee66da925949cf7aef2ff8e1a86c38dd6e6efd.tar.bz2
Merge branch 'jpasions-qt-doc-team-qtquick-4.7' into 4.7
Conflicts: doc/src/declarative/propertybinding.qdoc doc/src/overviews.qdoc src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativeview.cpp
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index ccb9771..8054fc8 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -631,7 +631,7 @@
Now that we have our text editor layout, we may now implement the text editor
functionalities in C++. Using QML with C++ enables us to create our application
logic using Qt. We can create a QML context in a C++ application using the
- \l {Using QML in C++ Applications}{Qt's Declarative} classes and display the QML
+ \l {Using QML Bindings in C++ Applications}{Qt's Declarative} classes and display the QML
elements using a Graphics Scene. Alternatively, we can export our C++ code into
a plugin that the \l {QML Viewer}{qmlviewer} tool can read. For our application,
we shall implement the load and save functions in C++ and export it as a plugin.