summaryrefslogtreecommitdiff
path: root/doc/addressbook-sdk.qdoc
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-07 15:03:29 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-08-07 15:05:14 +0200
commitef43fbf594d36dbe2d690455e26f82f3dfd9dc5b (patch)
tree1b89aa87b9ca4bad26f9649e691308a475e7dc3e /doc/addressbook-sdk.qdoc
parent2841e875b4cc99cf8772256dc4ca2c8852d14e7b (diff)
downloadqt-creator-ef43fbf594d36dbe2d690455e26f82f3dfd9dc5b.tar.gz
use module-less include file style for the sdk example.
This was proposed by Kavindra and actually it is probably simpler for newbies. The documentation already talks about this style, so use it.
Diffstat (limited to 'doc/addressbook-sdk.qdoc')
-rw-r--r--doc/addressbook-sdk.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc
index 1b77d98282..579821bdd8 100644
--- a/doc/addressbook-sdk.qdoc
+++ b/doc/addressbook-sdk.qdoc
@@ -338,9 +338,6 @@
Since the \c AddressBook class is a subclass of QWidget, Qt Creator
includes QWidget in the header file.
- ## this is a bit confusing, because QWidget is already included, but without QtGui/
- ## Also, how about ordering the includes by module?
-
\snippet examples/addressbook-sdk/part2/addressbook.h include
We need a container to store our address book contacts, so that we can