diff options
| author | Nico Vertriest <[email protected]> | 2013-12-11 10:50:16 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-12-20 10:38:01 +0100 |
| commit | ac90b4c46f11ec08a9f4eebf909f9c66f10e4288 (patch) | |
| tree | 863ef697160481364ba0826dbe725c8cd6ed7cf2 /examples/widgets/doc/src/classwizard.qdoc | |
| parent | 04133551a51213e48fe1972bcbcbdba53e24043b (diff) | |
Doc: corrected broken links
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ƶ <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src/classwizard.qdoc')
| -rw-r--r-- | examples/widgets/doc/src/classwizard.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/classwizard.qdoc b/examples/widgets/doc/src/classwizard.qdoc index 5a88076155e..cc2c61f126f 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(), |
