source: additional/scripts/OpenGLQT_exemple/src/main.cpp @ 1054

Last change on this file since 1054 was 546, checked in by garnier, 17 years ago

r692@mac-90108: laurentgarnier | 2007-07-10 14:28:53 +0200
modif

File size: 187 bytes
Line 
1 #include <QApplication>
2
3 #include "window.h"
4
5 int main(int argc, char *argv[])
6 {
7     QApplication app(argc, argv);
8     Window window;
9     window.show();
10     return app.exec();
11 }
Note: See TracBrowser for help on using the repository browser.