17#ifndef _GEOIPRESOLVER_H
18#define _GEOIPRESOLVER_H
29#include <QHostAddress>
GeoIpRecord resolveUsingLocalDatabase(const QHostAddress &ip)
void setUseLocalDatabase(bool useLocalDatabase)
bool setLocalDatabase(const QString &databaseFile)
GeoIpRecord resolve(const QHostAddress &ip)
GeoIpRecord resolveUsingTor(const QHostAddress &ip)
GeoIpResolver(QObject *parent=0)