summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2009-06-09 08:18:02 (GMT)
committerJarek Kobus <jkobus@trolltech.com>2009-06-09 08:18:02 (GMT)
commit96d6eb1da01287bd9dcd658cbd355f00d34ef4b3 (patch)
tree2fc53d8e3468022af3bd73ab4577b0a4ee604936 /doc
parent8de2e639825d1351f794f50e2cccd846aba7b8d2 (diff)
parent67b3981e249db9c7c570ff9f77a867ca4c8b0dca (diff)
downloadQt-96d6eb1da01287bd9dcd658cbd355f00d34ef4b3.zip
Qt-96d6eb1da01287bd9dcd658cbd355f00d34ef4b3.tar.gz
Qt-96d6eb1da01287bd9dcd658cbd355f00d34ef4b3.tar.bz2
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'doc')
-rw-r--r--doc/src/tutorials/addressbook.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc
index 9a1af85..d0ffe99 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -643,11 +643,11 @@
\snippet tutorials/addressbook/part4/addressbook.cpp update interface() part 1
- For \c NavigationMode, however, we include conditions within the
- parameters of the QPushButton::setEnabled(). This is to ensure that
- the \c editButton and \c removeButton push buttons are enabled when there
- is at least one contact in the address book; \c nextButton and \c previousButton
- are only enabled when there is more than one contact in the address book.
+ For \c NavigationMode, however, we include conditions within the parameters
+ of the QPushButton::setEnabled() function. This is to ensure that
+ \c editButton and \c removeButton are enabled when there is at least one
+ contact in the address book; \c nextButton and \c previousButton are only
+ enabled when there is more than one contact in the address book.
\snippet tutorials/addressbook/part4/addressbook.cpp update interface() part 2