summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-08-20 16:38:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 16:48:29 +0200
commit377171ca0c8410488a7f522fd199a841fa69dae5 (patch)
tree2703b045206781f45ce87f7383eb6d8a4f346e0a /src/widgets
parent85b4accd824f2fb7a3db7213903591818d8b84e4 (diff)
Remove references to "How to Learn Qt", since that is in qtdoc repo.
Don't use \n in qdoc comments. Change-Id: I875e37f6a13ab0b7f66da985a2cf157017934bbd Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/doc/src/addressbook-fr.qdoc5
-rw-r--r--src/widgets/doc/src/addressbook.qdoc2
2 files changed, 1 insertions, 6 deletions
diff --git a/src/widgets/doc/src/addressbook-fr.qdoc b/src/widgets/doc/src/addressbook-fr.qdoc
index 06bbca0b6a..420ff1d6f0 100644
--- a/src/widgets/doc/src/addressbook-fr.qdoc
+++ b/src/widgets/doc/src/addressbook-fr.qdoc
@@ -46,9 +46,6 @@
\li Les entrées/sorties
\endlist
- Si c'est votre premier contact avec Qt, lisez \l{How to Learn Qt}{Comment apprendre Qt}
- si ce n'est déjà fait.
-
Le code source du tutoriel est distribué avec Qt dans le dossier \c examples/tutorials/addressbook
Les chapitres du tutoriel:
@@ -985,7 +982,7 @@
du groupe de boutons sur la droite.
Dans la méthode \c exportAsVCard(), nous commençons par extraire le
- nom du contact dans \n name. Nous déclarons \c firstname, \c lastName et
+ nom du contact dans \c name. Nous déclarons \c firstname, \c lastName et
\c nameList.
Ensuite, nous cherchons la position du premier espace blanc de \c name.
Si il y a un espace, nous séparons le nom du contact en \c firstName et
diff --git a/src/widgets/doc/src/addressbook.qdoc b/src/widgets/doc/src/addressbook.qdoc
index ca0531c13c..d2e48c3425 100644
--- a/src/widgets/doc/src/addressbook.qdoc
+++ b/src/widgets/doc/src/addressbook.qdoc
@@ -53,8 +53,6 @@
\li Input and output devices
\endlist
- If you are new to Qt, we recommend reading \l{How to Learn Qt} first.
-
Tutorial contents:
\list 1