mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Added priority buttons
This commit is contained in:
parent
600308aaa1
commit
ca118697e9
4 changed files with 69 additions and 32 deletions
|
@ -162,6 +162,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void updateLists();
|
||||
bool initWebUi(QString username, QString password, int port);
|
||||
void pauseTorrent(QString hash);
|
||||
void on_actionIncreasePriority_triggered();
|
||||
void on_actionDecreasePriority_triggered();
|
||||
// Options slots
|
||||
void on_actionOptions_triggered();
|
||||
void OptionsSaved(QString info, bool deleteOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue