QTfrontend/ui/page/pageeditteam.h
changeset 12674 bc34fc75670e
parent 12255 05f1935175da
child 12689 5f68b259305c
equal deleted inserted replaced
12673:308846e05154 12674:bc34fc75670e
    68         QLineEdit * TeamNameEdit;
    68         QLineEdit * TeamNameEdit;
    69         QLineEdit * HHNameEdit[HEDGEHOGS_PER_TEAM];
    69         QLineEdit * HHNameEdit[HEDGEHOGS_PER_TEAM];
    70         HatButton * HHHats[HEDGEHOGS_PER_TEAM];
    70         HatButton * HHHats[HEDGEHOGS_PER_TEAM];
    71         HWTeam data();
    71         HWTeam data();
    72         QString m_playerHash;
    72         QString m_playerHash;
       
    73         QString OldTeamName;
    73         KeyBinder * binder;
    74         KeyBinder * binder;
    74         bool m_loaded;
    75         bool m_loaded;
    75 
    76 
    76         QLayout * bodyLayoutDefinition();
    77         QLayout * bodyLayoutDefinition();
    77         QLayout * footerLayoutDefinition();
    78         QLayout * footerLayoutDefinition();