qCNC 0.82-alpha
/home/trilog/Desktop/project/gui/Final/src/main.cpp
Go to the documentation of this file.
00001 
00041 #include "mainwindow.h"
00042 #include "global_includes.h"
00043 int main(int argc, char *argv[])
00044 {
00045 
00046     QApplication a(argc, argv);
00047     MainWindow w;
00048   //  w.G_Log.append("Main Interface init occured\n");
00049     w.show();
00050 
00051     return a.exec();
00052 }
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines