equal
deleted
inserted
replaced
83 void GetRecord(bool isDemo, const QByteArray & record); |
83 void GetRecord(bool isDemo, const QByteArray & record); |
84 void CreateNetGame(); |
84 void CreateNetGame(); |
85 void UpdateWeapons(); |
85 void UpdateWeapons(); |
86 void NetWeaponNameChanged(const QString& name); |
86 void NetWeaponNameChanged(const QString& name); |
87 void onFrontendFullscreen(bool value); |
87 void onFrontendFullscreen(bool value); |
|
88 void Music(bool checked); |
88 |
89 |
89 private: |
90 private: |
90 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
91 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
91 void UpdateTeamsLists(const QStringList* editable_teams=0); |
92 void UpdateTeamsLists(const QStringList* editable_teams=0); |
92 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |
93 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |