Updated contactmanager.h

This commit is contained in:
Denis Davydov 2018-05-20 15:15:12 +03:00
parent a453e47041
commit aaea262861

View File

@ -1,11 +1,12 @@
#ifndef CONTACTMANAGER_H
#define CONTACTMANAGER_H
#include "network.hpp"
class ContactManager
{
public:
ContactManager();
private:
sendPing(QHostAddress ip);
};
#endif // CONTACTMANAGER_H