QTfrontend/frameTeam.cpp
changeset 163 f864a68e512c
parent 153 dc10da2a73f9
child 183 57c2ef19f719
equal deleted inserted replaced
162:4822f6face35 163:f864a68e512c
    38 #include <QCoreApplication>
    38 #include <QCoreApplication>
    39 
    39 
    40 using namespace std;
    40 using namespace std;
    41 
    41 
    42 FrameTeams::FrameTeams(QWidget* parent) :
    42 FrameTeams::FrameTeams(QWidget* parent) :
    43   QWidget(parent), maxHedgehogsPerGame(18), mainLayout(this)
    43   QWidget(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this)
    44 {
    44 {
    45   mainLayout.setSpacing(1);
    45   mainLayout.setSpacing(1);
    46 }
    46 }
    47 
    47 
    48 void FrameTeams::addTeam(HWTeam team, bool willPlay)
    48 void FrameTeams::addTeam(HWTeam team, bool willPlay)