source: pacpusframework/trunk/src/dbcDecriptor/src/main.cpp@ 331

Last change on this file since 331 was 331, checked in by phudelai, 10 years ago

Icon added to all graphic applications

File size: 183 bytes
Line 
1#include "mainwindow.h"
2#include <QApplication>
3
4int main(int argc, char *argv[])
5{
6 QApplication a(argc, argv);
7 MainWindow w;
8 w.show();
9
10 return a.exec();
11}
Note: See TracBrowser for help on using the repository browser.