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) |