forked from qt-creator/qt-creator
Doc - Modifying documentation for Part 6 to reflect the change in code
Reviewed-By: TrustMe
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user