mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Split download and upload lists in Web UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user