QTfrontend/team.cpp
changeset 14529 db646b3c0b95
parent 14477 4b678aad50e9
child 14853 b96ba3c1ab67
equal deleted inserted replaced
14528:6446ddf0c0ba 14529:db646b3c0b95
   347 QString HWTeam::owner() const
   347 QString HWTeam::owner() const
   348 {
   348 {
   349     return m_owner;
   349     return m_owner;
   350 }
   350 }
   351 
   351 
       
   352 void HWTeam::setOwner(const QString & owner)
       
   353 {
       
   354     m_owner = owner;
       
   355 }
   352 
   356 
   353 
   357 
   354 // difficulty
   358 // difficulty
   355 unsigned int HWTeam::difficulty() const
   359 unsigned int HWTeam::difficulty() const
   356 {
   360 {