Subversion Repositories svn1-original

Rev

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

Rev 307 Rev 308
Line 25... Line 25...
25
    int       sourceTeam;
25
    int       sourceTeam;
26
 
26
 
27
    team_type team_buf_target;
27
    team_type team_buf_target;
28
    int       targetTeam;
28
    int       targetTeam;
29
 
29
 
30
    bool checkValidOpr();
-
 
31
 
-
 
32
public slots:
30
public slots:
33
    void accept ();
31
    void accept ();
34
    void updateSourceName(int);
32
    void updateSourceName(int);
35
    void updateTargetName(int);
33
    void updateTargetName(int);
-
 
34
    bool checkValidOpr(int);
-
 
35
    bool checkValidOpr(bool) {return checkValidOpr(0);}
36
};
36
};
37
 
37
 
38
#endif // QMDIALOGCHANGETEAMNUMBER_H
38
#endif // QMDIALOGCHANGETEAMNUMBER_H