##// END OF EJS Templates
Updated QML Weather and QML F1 legends pics
Updated QML Weather and QML F1 legends pics

File last commit:

r2346:1937d28dc870
r2349:023e5d4ef689
Show More
main.cpp
11 lines | 164 B | text/x-c | CppLexer
#include <QApplication>
#include "view.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
View w;
w.show();
return a.exec();
}