- Display trackers in torrent properties in Web UI

This commit is contained in:
Christophe Dumez 2009-11-24 11:14:02 +00:00
parent f04b19ddfa
commit 11a41a1652
10 changed files with 255 additions and 61 deletions

View file

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