Fix compilation on Windows (Remove using namespace libtorrent; from headers)

This commit is contained in:
Christophe Dumez 2010-11-22 21:55:32 +00:00
commit 8a5dc1f239
33 changed files with 118 additions and 109 deletions

View file

@ -40,6 +40,8 @@
#include <QDebug>
#include <QTranslator>
using namespace libtorrent;
EventManager::EventManager(QObject *parent)
: QObject(parent)
{