- Display torrent files in Web UI

This commit is contained in:
Christophe Dumez 2009-11-24 13:10:17 +00:00
parent 33d77ccf39
commit a9b49ea3e0
52 changed files with 1949 additions and 183 deletions

View file

@ -53,6 +53,7 @@ class EventManager : public QObject
QList<QVariantMap> getEventList() const;
QVariantMap getPropGeneralInfo(QString hash) const;
QList<QVariantMap> getPropTrackersInfo(QString hash) const;
QList<QVariantMap> getPropFilesInfo(QString hash) const;
public slots:
void addedTorrent(QTorrentHandle& h);