source:
projectionDesigner/curvedScreenGenerator/main.cpp
@
192
Last change on this file since 192 was 20, checked in by , 15 years ago | |
---|---|
File size: 185 bytes |
Rev | Line | |
---|---|---|
[20] | 1 | #include <QtGui/QApplication> |
2 | #include "screenGenerator.h" | |
3 | ||
4 | int main(int argc, char *argv[]) | |
5 | { | |
6 | QApplication a(argc, argv); | |
7 | screenGenerator w; | |
8 | w.show(); | |
9 | return a.exec(); | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.