From: Jan-Arve Saether Date: Mon, 20 Aug 2012 14:38:35 +0000 (+0200) Subject: Remove references to "How to Learn Qt", since that is in qtdoc repo. X-Git-Tag: v5.0.0-beta1~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=377171ca0c8410488a7f522fd199a841fa69dae5;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/src/widgets/doc/src/addressbook-fr.qdoc b/src/widgets/doc/src/addressbook-fr.qdoc index 06bbca0..420ff1d 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 ca0531c..d2e48c3 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