main.cpp

changeset 108
351aef26f444
parent 104
6e29bb0e83c5
child 117
7eb7a43a511b
equal deleted inserted replaced
107:195aa036da7f 108:351aef26f444
48 48
49 QApplication app (dArgc, saArgv); 49 QApplication app (dArgc, saArgv);
50 ForgeWindow* win = new ForgeWindow; 50 ForgeWindow* win = new ForgeWindow;
51 51
52 g_qMainApp = &app; 52 g_qMainApp = &app;
53 g_ForgeWindow = win;
54 53
55 newFile (); 54 newFile ();
56 55
57 win->show (); 56 win->show ();
58 return app.exec (); 57 return app.exec ();

mercurial