Subversion Repositories svn1

Rev

Rev 175 | Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 175 Rev 176
Line 103... Line 103...
103
            }
103
            }
104
            eventFile = argv[0];
104
            eventFile = argv[0];
105
        }
105
        }
106
    }
106
    }
107
 
107
 
108
    QmConfig EventConfig(eventFile);
108
    config.load(eventFile);
109
    init_team_data();
109
    init_team_data();
110
 
110
 
111
    MainWindow w;
111
    MainWindow w;
112
    w.show();
112
    w.show();
113
 
113