Subversion Repositories svn1-original

Rev

Rev 125 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 127
Line 24... Line 24...
24
private:
24
private:
25
    Ui::teamDisplay *ui;
25
    Ui::teamDisplay *ui;
26
 
26
 
27
    int         team;                                /* Current team number */
27
    int         team;                                /* Current team number */
28
    team_type   team_buf;                            /* Holds team data currently under display */
28
    team_type   team_buf;                            /* Holds team data currently under display */
29
    QmLegTimes *lt[MAX_LEGS];                        // Per Leg Widgets
29
    QmLegTimes *lt[MAX_LEGS+1];                      // Per Leg Widgets
30
 
30
 
31
 
31
 
32
public slots:
32
public slots:
33
    void save(void);
33
    void save(void);
34
    void cancel(void);
34
    void cancel(void);