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