src/main.cpp

changeset 1058
695edd4f0411
parent 1029
9fc4c7d7c859
child 1070
292c64cb2a75
equal deleted inserted replaced
1057:3c7782ec3753 1058:695edd4f0411
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

mercurial