summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-06-18 13:55:17 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-06-18 13:55:17 +0200
commitf29f2c551aefa3e1f2141443b2eb52bd7fec26df (patch)
treee45dbd43f06ec99daf31e8db19a8539ea4f47fa8
parent6eb638ab5f60ee147452d03c2d38993067168af6 (diff)
downloadqt-creator-f29f2c551aefa3e1f2141443b2eb52bd7fec26df.tar.gz
Adding a note at the end of the tutorial and removed unused statements in docs.
-rw-r--r--doc/addressbook-sdk.qdoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc
index ebafc4ebe3..3fda7c450c 100644
--- a/doc/addressbook-sdk.qdoc
+++ b/doc/addressbook-sdk.qdoc
@@ -46,8 +46,6 @@
\nextpage {examples/addressbook-sdk/part1}{Chapter 1}
\title Address Book Tutorial
- \ingroup howto
- \ingroup tutorials
\brief An introduction to GUI programming with Qt and Qt Creator,
describing in detail how to put together a simple yet fully-
functioning application.
@@ -549,6 +547,13 @@
Again, we display the contents of the current object in \c contacts.
+ \table
+ \o \bold{Note}: This tutorial is work in progress and currently ends here.
+ You can read the remaining four chapters of the Address Book Tutorial from
+ \l{http://doc.trolltech.com/latest/tutorials-addressbook.html}{the Qt library documentation}
+ instead. Note that this version is IDE agnostic and does not
+ consider Qt Creator. It might contain subtle differences.
+ \endtable
*/
/*!