#include "Qt.h" [code]
#include "../Torrent.h" [code]
#include "../TorrentParser.h" [code]
Include dependency graph for TorrentLoadFunctions.h:

Go to the source code of this file.
Namespaces | |
| namespace | Protocols |
| namespace | Protocols::BitTorrent |
| namespace | Protocols::BitTorrent::Torrents |
| namespace | Protocols::BitTorrent::Torrents::Testing |
Functions | |
| bool | Protocols::BitTorrent::Torrents::Testing::readTorrentFile (const QString &fileName, QByteArray &rawFileData) |
| Reads all data from the torrent file specified by fileName. | |
| bool | Protocols::BitTorrent::Torrents::Testing::loadTorrentData (const QString &fileName, Torrent &torrent) |
| Loads torrent data from file named fileName into torrent. | |