source: projectionDesigner/curvedScreenGenerator/main.cpp @ 20

Last change on this file since 20 was 20, checked in by Torben Dannhauer, 14 years ago
File size: 185 bytes
Line 
1#include <QtGui/QApplication>
2#include "screenGenerator.h"
3
4int 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.