QTfrontend/team.cpp
changeset 468 8403d6884707
parent 443 eec37eb7f5db
child 471 e1eb64ba5e9c
equal deleted inserted replaced
467:20d36f976b25 468:8403d6884707
    25 #include "predefteams.h"
    25 #include "predefteams.h"
    26 #include "pages.h"
    26 #include "pages.h"
    27 #include "hwconsts.h"
    27 #include "hwconsts.h"
    28 
    28 
    29 #include <QStringList>
    29 #include <QStringList>
    30 #include <QDebug>
       
    31 
    30 
    32 HWTeam::HWTeam(const QString & teamname, unsigned int netID) :
    31 HWTeam::HWTeam(const QString & teamname, unsigned int netID) :
    33   difficulty(0),
    32   difficulty(0),
    34   numHedgehogs(4),
    33   numHedgehogs(4),
    35   m_netID(netID)
    34   m_netID(netID)