Doc - Starting with Part 4

Reviewed-by: TrustMe
This commit is contained in:
Kavindra Devi Palaraja
2009-06-05 16:25:31 +02:00
committed by con
parent 5a9e90d12c
commit 38a6806ee1
7 changed files with 411 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
//! [main function]
#include <QtGui/QApplication>
#include "addressbook.h"
@@ -9,4 +8,3 @@ int main(int argc, char *argv[])
w.show();
return a.exec();
}
//! [main function]