QTfrontend/ui/widget/teamselhelper.h
changeset 10248 7b9b44a051f8
parent 10108 c68cf030eded
child 11046 47a8c19ecb60
equal deleted inserted replaced
10247:7c6b265b89d1 10248:7b9b44a051f8
    73         ColorWidget* colorWidget;
    73         ColorWidget* colorWidget;
    74         QPushButton* butt;
    74         QPushButton* butt;
    75         FrameTeams * m_parentFrameTeams;
    75         FrameTeams * m_parentFrameTeams;
    76 
    76 
    77     signals:
    77     signals:
    78         void teamStatusChanged(HWTeam team);
    78         void teamStatusChanged(const HWTeam &);
    79         void hhNmChanged(const HWTeam&);
    79         void hhNmChanged(const HWTeam&);
    80         void teamColorChanged(const HWTeam&);
    80         void teamColorChanged(const HWTeam&);
    81 };
    81 };
    82 
    82 
    83 #endif // _TEAMSEL_HELPER_INCLUDED
    83 #endif // _TEAMSEL_HELPER_INCLUDED