~ubuntu-branches/ubuntu/utopic/hedgewars/utopic

« back to all changes in this revision

Viewing changes to QTfrontend/ui/page/pageeditteam.h

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-01-02 12:37:23 UTC
  • mfrom: (19.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140102123723-6pdhmyj8tb5y8xbg
Tags: 0.9.20.3-1
New upstream minor release, suitable for unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        HWTeam data();
67
67
        QString m_playerHash;
68
68
        KeyBinder * binder;
 
69
        bool m_loaded;
69
70
 
70
71
        QLayout * bodyLayoutDefinition();
71
72
        QLayout * footerLayoutDefinition();
78
79
        QPushButton * btnRandomTeam;
79
80
        QPushButton * btnTestSound;
80
81
 
 
82
        void lazyLoad();
 
83
 
81
84
    private slots:
82
85
        void saveTeam();
83
86
        void setRandomNames();