Updated network.hpp

This commit is contained in:
Denis Davydov 2018-05-20 15:16:35 +03:00
parent 585c4d9e77
commit 18ad8c2dd4

View File

@ -10,7 +10,7 @@ class network
public: public:
send(QString str, QHostAddress ip); send(QString str, QHostAddress ip);
private: private:
sendPing(QHostAddress ip); read();
}; };
#endif // NETWORK_H #endif // NETWORK_H