forked from qt-creator/qt-creator
Doc - Starting with Part 4
Reviewed-by: TrustMe
This commit is contained in:
committed by
con
parent
5a9e90d12c
commit
38a6806ee1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user