/[projects]/infoscreen/main.cpp
ViewVC logotype

Contents of /infoscreen/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 512 - (show annotations) (download)
Tue Dec 15 13:53:02 2009 UTC (14 years, 5 months ago) by torben
File size: 210 byte(s)
Now with screenmanager

1 #include <QApplication>
2 #include "MainView.h"
3
4
5
6 int main(int argc, char** argv) {
7 QApplication app(argc,argv);
8 app.setApplicationName("infoscreen");
9
10 MainView main(0);
11 main.show();
12
13 return app.exec();
14 }

  ViewVC Help
Powered by ViewVC 1.1.20