mce development file.
[yandex-traffic] / tests / traffic / main.cpp
1 #include <QtGui>
2 #include "mainwindow.hpp"
3
4 int main(int argc, char *argv[])
5 {
6     QApplication app (argc, argv);
7     MainWindow w;
8
9     w.show ();
10
11     return app.exec ();
12 }