QTfrontend/hwform.h
changeset 1235 070629f3902d
parent 1225 f882a92ef872
child 1311 49beb1221c0b
equal deleted inserted replaced
1234:1091e2f12751 1235:070629f3902d
    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);