Subversion Repositories svn1-original

Rev

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

Rev 277 Rev 279
Line 41... Line 41...
41
public slots:
41
public slots:
42
    void save(void);
42
    void save(void);
43
    void cancel(void);
43
    void cancel(void);
44
    void populate(void);
44
    void populate(void);
45
    void bulk_set(void);
45
    void bulk_set(void);
-
 
46
    void center_display(int teamNumber);
46
    void tableItemChanged(QTableWidgetItem *item);
47
    void tableItemChanged(QTableWidgetItem *item);
47
    void updateChanged(bool newDirty);
48
    void updateChanged(bool newDirty);
48
};
49
};
49
 
50
 
50
class qmDisqualifiedItem : public QTableWidgetItem
51
class qmDisqualifiedItem : public QTableWidgetItem