Subversion Repositories svn1-original

Rev

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

Rev 122 Rev 123
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
 
30
 
30
 
31
 
31
public slots:
32
public slots:
32
    void save(void);
33
    void save(void);
33
    void cancel(void);
34
    void cancel(void);