src/main.cpp

changeset 996
9ecc878c7dea
parent 987
91281e39c50c
equal deleted inserted replaced
995:7986584e7498 996:9ecc878c7dea
49 initCrashCatcher(); 49 initCrashCatcher();
50 MainWindow* win = new MainWindow; 50 MainWindow* win = new MainWindow;
51 LDPaths* paths = new LDPaths (win); 51 LDPaths* paths = new LDPaths (win);
52 paths->checkPaths(); 52 paths->checkPaths();
53 paths->deleteLater(); 53 paths->deleteLater();
54 InitColors(); 54 initColors();
55 LoadPrimitives(); 55 LoadPrimitives();
56 win->show(); 56 win->show();
57 57
58 // Process the command line 58 // Process the command line
59 for (int arg = 1; arg < argc; ++arg) 59 for (int arg = 1; arg < argc; ++arg)

mercurial