18 #include <QStringList> 21 #define IS_VALID_LATITUDE(x) (((x) >= -90.0) && ((x) <= 90.0)) 23 #define IS_VALID_LONGITUDE(x) (((x) >= -180.0) && ((x) <= 180.0)) 58 return (!
_ip.isNull()
82 return location.join(
", ");
QString countryCode() const
#define IS_VALID_LATITUDE(x)
#define IS_VALID_LONGITUDE(x)