src/main.cpp

changeset 436
4268a5507725
parent 421
7d26db0be944
child 437
51313dba897d
equal deleted inserted replaced
435:bc3a51394953 436:4268a5507725
56 56
57 // ============================================================================= 57 // =============================================================================
58 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 58 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
59 // ============================================================================= 59 // =============================================================================
60 int main (int argc, char* argv[]) { 60 int main (int argc, char* argv[]) {
61 const QApplication app (argc, argv); 61 QApplication app (argc, argv);
62 app.setOrganizationName (APPNAME);
63 app.setApplicationName (APPNAME);
64
62 g_app = &app; 65 g_app = &app;
63 LDFile::setCurrent (null); 66 LDFile::setCurrent (null);
64 67
65 // Load or create the configuration 68 // Load or create the configuration
66 if (!config::load()) { 69 if (!config::load()) {

mercurial