Big code clean up

This commit is contained in:
Christophe Dumez 2010-10-17 14:46:01 +00:00
commit 290932e128
33 changed files with 465 additions and 527 deletions

View file

@ -40,7 +40,7 @@
#include <QDebug>
#include <QTranslator>
EventManager::EventManager(QObject *parent, Bittorrent *BTSession)
EventManager::EventManager(QObject *parent, QBtSession *BTSession)
: QObject(parent), BTSession(BTSession)
{
}