41 static Configuration configObject; |
41 static Configuration configObject; |
42 LDPaths* paths = new LDPaths(&configObject); |
42 LDPaths* paths = new LDPaths(&configObject); |
43 paths->checkPaths(); |
43 paths->checkPaths(); |
44 paths->deleteLater(); |
44 paths->deleteLater(); |
45 |
45 |
46 initCrashCatcher(); |
46 initializeCrashHandler(); |
47 initColors(); |
47 initColors(); |
48 MainWindow* win = new MainWindow(configObject); |
48 MainWindow* win = new MainWindow(configObject); |
49 win->show(); |
49 win->show(); |
50 |
50 |
51 // Process the command line |
51 // Process the command line |