mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
This commit is contained in:
parent
55834ba5db
commit
13f21ef6cd
7 changed files with 66 additions and 80 deletions
|
@ -153,6 +153,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void processDownloadedFiles(QString path, QString url);
|
||||
void downloadFromURLList(const QStringList& urls);
|
||||
void displayDownloadingUrlInfos(QString url);
|
||||
void torrentChecked(QString hash);
|
||||
// Utils slots
|
||||
void setRowColor(int row, QString color);
|
||||
// Options slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue