root/src/torrentclient.cpp

#include "torrentclient.h"

TorrentClient::TorrentClient(QObject *parent) :
    QObject(parent)
{
}