QTfrontend/hwform.h
changeset 662 b2f914786d87
parent 660 7c155e849602
child 666 07fa9a74a074
equal deleted inserted replaced
661:0523b15353a2 662:b2f914786d87
    77 	void GameStateChanged(GameState gameState);
    77 	void GameStateChanged(GameState gameState);
    78 	void GameStats(char type, const QString & info);
    78 	void GameStats(char type, const QString & info);
    79 	void ForcedDisconnect();
    79 	void ForcedDisconnect();
    80 	void ShowErrorMessage(const QString &);
    80 	void ShowErrorMessage(const QString &);
    81 	void GetRecord(bool isDemo, const QByteArray & record);
    81 	void GetRecord(bool isDemo, const QByteArray & record);
    82 
       
    83 public slots:
       
    84 	void CreateNetGame();
    82 	void CreateNetGame();
    85 
    83 
    86 private:
    84 private:
    87 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    85 	void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
    88 	void UpdateTeamsLists(const QStringList* editable_teams=0);
    86 	void UpdateTeamsLists(const QStringList* editable_teams=0);