QTfrontend/netclient.h
changeset 469 ec37579483b4
parent 184 f97a7a3dc8f6
equal deleted inserted replaced
468:8403d6884707 469:ec37579483b4
    51 signals:
    51 signals:
    52 	void Connected();
    52 	void Connected();
    53 	void AddGame(const QString & chan);
    53 	void AddGame(const QString & chan);
    54 	void EnteredGame();
    54 	void EnteredGame();
    55 	void FromNet(const QByteArray & buf);
    55 	void FromNet(const QByteArray & buf);
    56 	void LocalCFG(const QString & team);
       
    57 	void ChangeInTeams(const QStringList & teams);
    56 	void ChangeInTeams(const QStringList & teams);
    58 
    57 
    59 public slots:
    58 public slots:
    60 	void SendNet(const QByteArray & buf);
    59 	void SendNet(const QByteArray & buf);
    61 
    60