mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
- Torrents can now be rechecked from Web UI (patch by Stephanos Antaris)
- Torrents paused/resumed state is not reflected in GUI if the action was executed from Web UI
This commit is contained in:
@@ -75,6 +75,8 @@ protected slots:
|
||||
void displayListMenu(const QPoint&);
|
||||
void updateMetadata(QTorrentHandle &h);
|
||||
void currentChanged(const QModelIndex& current, const QModelIndex&);
|
||||
void pauseTorrent(QTorrentHandle &h);
|
||||
void resumeTorrent(QTorrentHandle &h);
|
||||
//void setRowColor(int row, QColor color);
|
||||
|
||||
public slots:
|
||||
@@ -86,7 +88,6 @@ public slots:
|
||||
void startAllTorrents();
|
||||
void pauseSelectedTorrents();
|
||||
void pauseAllTorrents();
|
||||
void pauseTorrent(QString hash);
|
||||
void deleteSelectedTorrents();
|
||||
void deletePermSelectedTorrents();
|
||||
void increasePrioSelectedTorrents();
|
||||
|
||||
Reference in New Issue
Block a user