QTfrontend/netclient.h
changeset 32 78bff13b11c0
parent 31 99888245a4e8
child 36 a803a00a3272
equal deleted inserted replaced
31:99888245a4e8 32:78bff13b11c0
    65 	void Connected();
    65 	void Connected();
    66 	void AddGame(const QString & chan);
    66 	void AddGame(const QString & chan);
    67 	void EnteredGame();
    67 	void EnteredGame();
    68 	void FromNet(const QByteArray & buf);
    68 	void FromNet(const QByteArray & buf);
    69 	void LocalCFG(const QString & team);
    69 	void LocalCFG(const QString & team);
       
    70 	void ChangeInTeams(const QStringList & teams);
    70 
    71 
    71 public slots:
    72 public slots:
    72 	void SendNet(const QByteArray & buf);
    73 	void SendNet(const QByteArray & buf);
    73 
    74 
    74 private:
    75 private: