source:
src/app/main.cpp
@
e5bc908
Last change on this file since e5bc908 was e5bc908, checked in by , 13 years ago | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | #include <mainwindow.h> |
2 | |
3 | #include <QtGui/QApplication> |
4 | |
5 | int main(int argc, char *argv[]) |
6 | { |
7 | QApplication a(argc, argv); |
8 | |
9 | MainWindow w; |
10 | w.show(); |
11 | return a.exec(); |
12 | } |
Note: See TracBrowser
for help on using the repository browser.