Fixes: - Doc more on the tutorial.

This commit is contained in:
Kavindra Devi Palaraja
2009-04-20 14:17:24 +02:00
parent ea794ba3b2
commit b60b6e1970
4 changed files with 24 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
//! [class implementation]
#include "addressbook.h"
#include "ui_addressbook.h"
@@ -11,3 +12,4 @@ AddressBook::~AddressBook()
{
delete ui;
}
//! [class implementation]