mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Added a popup menu to set priority for multiple files at once
This commit is contained in:
@@ -57,6 +57,11 @@ class properties : public QDialog, private Ui::properties{
|
||||
void deleteSelectedTrackers();
|
||||
void lowerSelectedTracker();
|
||||
void riseSelectedTracker();
|
||||
void displayFilesListMenu(const QPoint& pos);
|
||||
void ignoreSelection();
|
||||
void normalSelection();
|
||||
void highSelection();
|
||||
void maximumSelection();
|
||||
|
||||
signals:
|
||||
void filteredFilesChanged(const QString& fileHash);
|
||||
|
||||
Reference in New Issue
Block a user