main.cpp
Go to the documentation of this file.
00001 #include <QtGui/QApplication>
00002 #include "mainwindow.h"
00003 
00004 int main(int argc, char *argv[])
00005 {
00006     QApplication a(argc, argv);
00007     MainWindow w;
00008     w.show();
00009 
00010     return a.exec();
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


rqt_gps
Author(s): Isaac Saito
autogenerated on Fri Mar 22 2013 07:24:37