1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 23:37:59 +00:00

Use a more detailed alert mask where possible

Closes #9547
This commit is contained in:
sledgehammer999 2018-10-02 02:30:33 +03:00
parent 1de7c385d5
commit 2f1a0ffe5c
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -392,7 +392,11 @@ Session::Session(QObject *parent)
| libt::alert::tracker_notification
| libt::alert::status_notification
| libt::alert::ip_block_notification
#if LIBTORRENT_VERSION_NUM < 10110
| libt::alert::progress_notification
#else
| libt::alert::file_progress_notification
#endif
| libt::alert::stats_notification;
#if LIBTORRENT_VERSION_NUM < 10100