From ac90b4c46f11ec08a9f4eebf909f9c66f10e4288 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 11 Dec 2013 10:50:16 +0100 Subject: Doc: corrected broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-34749 Corrected link to drag and drop example. Corrected link to {mandatory fields} Created target referring to macros for defining plugins Change-Id: I387a2d9bab428b2eacd8d371f08c72f42f7e2be2 Reviewed-by: Topi Reiniƶ --- examples/widgets/doc/src/classwizard.qdoc | 2 +- examples/widgets/doc/src/echoplugin.qdoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/widgets/doc/src/classwizard.qdoc b/examples/widgets/doc/src/classwizard.qdoc index 5a88076155..cc2c61f126 100644 --- a/examples/widgets/doc/src/classwizard.qdoc +++ b/examples/widgets/doc/src/classwizard.qdoc @@ -156,7 +156,7 @@ Then we create the child widgets, create \l{Registering and Using Fields}{wizard fields} associated with them, and put them into layouts. The \c className field is created with an asterisk (\c - *) next to its name. This makes it a \l{mandatory field}, that + *) next to its name. This makes it a \l{mandatory fields}{mandatory field}, that is, a field that must be filled before the user can press the \uicontrol Next button (\uicontrol Continue on Mac OS X). The fields' values can be accessed from any other page using QWizardPage::field(), diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc index 9e2b0c35de..103a51cf93 100644 --- a/examples/widgets/doc/src/echoplugin.qdoc +++ b/examples/widgets/doc/src/echoplugin.qdoc @@ -194,10 +194,10 @@ \section1 Further reading and examples - You can find an overview of the macros needed to create plugins - \l{Macros for Defining Plugins}{here}. + The \l {qtplugin-defining-plugins}{Defining Plugins} page presents an overview of the macros needed to + create plugins. - We give an example of a plugin that extend Qt in the \l{Style + We give an example of a plugin that extends Qt in the \l{Style Plugin Example}{style plugin} example. The \l{Plug & Paint Example}{plug and paint} example shows how to create static plugins. -- cgit v1.2.3