aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/appdevguide/quickstart/essentials.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/appdevguide/quickstart/essentials.qdoc')
-rw-r--r--src/quick/doc/src/appdevguide/quickstart/essentials.qdoc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/quick/doc/src/appdevguide/quickstart/essentials.qdoc b/src/quick/doc/src/appdevguide/quickstart/essentials.qdoc
index f49de25978..4256e40c6f 100644
--- a/src/quick/doc/src/appdevguide/quickstart/essentials.qdoc
+++ b/src/quick/doc/src/appdevguide/quickstart/essentials.qdoc
@@ -178,13 +178,7 @@ That type may now be re-used multiple times in the application, as follows:
In this way, modular user interface elements can be built up and re-used within
an application.
-The Qt Quick Desktop Components project provides the most commonly used
-user interface elements (such as buttons, lists, scrollers, tabbed screens, and
-so forth) for both commercial and open-source use. Please see the
-Qt Quick Desktop Components home page on the Qt Project website for more
-information on how to use these components in applications.
-
-See \l{qtquick-appdevguide-components.html}{Defining Resuable Components}
+See \l {QML Object Attributes}
for more details on how to develop your own reusable components.
*/