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

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

dbcDecriptor added to the framework

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.