equal
deleted
inserted
replaced
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 |