changeset 9511 | 1be565d7b4b7 |
parent 9080 | 9b42757d7e71 |
child 9998 | 736015b847e3 |
--- a/QTfrontend/ui/page/pageeditteam.h Wed Oct 09 20:25:16 2013 -0400 +++ b/QTfrontend/ui/page/pageeditteam.h Thu Oct 10 15:05:51 2013 +0400 @@ -66,6 +66,7 @@ HWTeam data(); QString m_playerHash; KeyBinder * binder; + bool m_loaded; QLayout * bodyLayoutDefinition(); QLayout * footerLayoutDefinition(); @@ -78,6 +79,8 @@ QPushButton * btnRandomTeam; QPushButton * btnTestSound; + void lazyLoad(); + private slots: void saveTeam(); void setRandomNames();