mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
- Split download and upload lists in Web UI
This commit is contained in:
parent
ac6eb8c6bc
commit
b1c73cb401
15 changed files with 932 additions and 44 deletions
|
@ -53,6 +53,8 @@ class EventManager : public QObject
|
|||
void addedTorrent(QTorrentHandle& h);
|
||||
void deletedTorrent(QString hash);
|
||||
void modifiedTorrent(QTorrentHandle h);
|
||||
void torrentSwitchedtoUnfinished(QString hash);
|
||||
void torrentSwitchedtoFinished(QString hash);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue