tools/hwmap2txt/hwmapconverter/main.cpp
changeset 10936 104727dfaa1b
child 11015 7a905f0070ce
equal deleted inserted replaced
10934:d6cc62ef78ef 10936:104727dfaa1b
       
     1 #include "mainwindow.h"
       
     2 #include <QApplication>
       
     3 
       
     4 int main(int argc, char *argv[])
       
     5 {
       
     6     QApplication a(argc, argv);
       
     7     MainWindow w;
       
     8     w.show();
       
     9 
       
    10     return a.exec();
       
    11 }