From d8fb69b4acb3431e14752a4e6811d0133a5f8992 Mon Sep 17 00:00:00 2001 From: Kavindra Devi Palaraja Date: Wed, 22 Jul 2009 19:52:28 +0200 Subject: [PATCH] Doc - Modifying documentation for Part 6 to reflect the change in code Reviewed-By: TrustMe --- doc/addressbook-sdk.qdoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc index 24ac82abc7d..b3749b0e496 100644 --- a/doc/addressbook-sdk.qdoc +++ b/doc/addressbook-sdk.qdoc @@ -892,14 +892,10 @@ \section1 The AddressBook Class - We declare two public slots, \c saveToFile() and \c loadFromFile(), as well - as two QPushButton objects, \c loadButton and \c saveButton. + We declare two public slots, \c saveToFile() and \c loadFromFile(). # code - In our constructor, we instantiate \c loadButton and \c saveButton. - - Now lets look at the \c saveToFile() and \c loadFromFile() functions in detail. @@ -914,7 +910,7 @@ \snippet examples/addressbook-sdk/part6/addressbook.cpp saveToFile part1 - The file dialog that pops up is displayed in the screenshto below: + The file dialog that pops up is displayed in the screenshot below: #screenshot