src/main.cpp

changeset 958
1dc890c73e01
parent 953
8349552ee5e9
child 962
a4b463a7ee82
equal deleted inserted replaced
957:429c7ed3cc54 958:1dc890c73e01
49 int main (int argc, char* argv[]) 49 int main (int argc, char* argv[])
50 { 50 {
51 QApplication app (argc, argv); 51 QApplication app (argc, argv);
52 app.setOrganizationName (APPNAME); 52 app.setOrganizationName (APPNAME);
53 app.setApplicationName (APPNAME); 53 app.setApplicationName (APPNAME);
54 InitCrashCatcher(); 54 initCrashCatcher();
55 Config::Initialize(); 55 Config::Initialize();
56 56
57 // Load or create the configuration 57 // Load or create the configuration
58 if (not Config::Load()) 58 if (not Config::Load())
59 { 59 {

mercurial