39 // ============================================================================= |
39 // ============================================================================= |
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
41 // ============================================================================= |
41 // ============================================================================= |
42 int main (int argc, char* argv[]) { |
42 int main (int argc, char* argv[]) { |
43 const QApplication app (argc, argv); |
43 const QApplication app (argc, argv); |
|
44 g_app = &app; |
|
45 g_curfile = NULL; |
44 |
46 |
45 // Load or create the configuration |
47 // Load or create the configuration |
46 if (!config::load ()) { |
48 if (!config::load ()) { |
47 printf ("Creating configuration file...\n"); |
49 printf ("Creating configuration file...\n"); |
48 if (config::save ()) |
50 if (config::save ()) |