changeset 6953 | 4c2dd25630a7 |
parent 6952 | 7f70f37bbf08 |
child 7130 | fcab1fd02bc6 |
6952:7f70f37bbf08 | 6953:4c2dd25630a7 |
---|---|
23 #include <QCryptographicHash> |
23 #include <QCryptographicHash> |
24 #include <QSettings> |
24 #include <QSettings> |
25 |
25 |
26 #include "team.h" |
26 #include "team.h" |
27 #include "hwform.h" |
27 #include "hwform.h" |
28 #include "hats.h" |
|
29 |
28 |
30 HWTeam::HWTeam(const QString & teamname) : |
29 HWTeam::HWTeam(const QString & teamname) : |
31 QObject(0) |
30 QObject(0) |
32 , m_difficulty(0) |
31 , m_difficulty(0) |
33 , m_numHedgehogs(4) |
32 , m_numHedgehogs(4) |