vpnstatus/Ping.h

13 lines
171 B
C
Raw Normal View History

2020-02-02 00:44:30 +01:00
#ifndef PING_H
#define PING_H
#include <QString>
class Ping
{
public:
static double ping(const QString &host, int tries, double timeout = 2.5);
};
#endif // PING_H