mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Display torrent files in Web UI
This commit is contained in:
parent
33d77ccf39
commit
a9b49ea3e0
52 changed files with 1949 additions and 183 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue