root/src/torrentclient.cpp

1
2
3
4
5
6
#include "torrentclient.h"

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