From 7ee9abd646be033f35a34e0f1cc6606294ba100f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 25 Jul 2010 11:37:49 +0000 Subject: [PATCH] Fix country names translation --- src/geoip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/geoip.h b/src/geoip.h index 776bebf51..b25cd64ee 100644 --- a/src/geoip.h +++ b/src/geoip.h @@ -41,6 +41,7 @@ using namespace libtorrent; class GeoIP : public QObject { + Q_OBJECT protected: #ifdef WITH_GEOIP_EMBEDDED static QString geoipFolder(bool embedded=false) {