source:
pacpusframework/trunk/src/dbcDecriptor/main.cpp@
330
| Last change on this file since 330 was 329, checked in by , 11 years ago | |
|---|---|
| File size: 183 bytes | |
| Line | |
|---|---|
| 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 | } |
Note:
See TracBrowser
for help on using the repository browser.
