mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Added bandwidth allocation to the right click menu on torrents
This commit is contained in:
parent
b08d08512f
commit
6428fd4ae0
3 changed files with 32 additions and 3 deletions
|
@ -135,6 +135,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void on_actionOpen_triggered();
|
||||
void on_actionDelete_Permanently_triggered();
|
||||
void on_actionDelete_triggered();
|
||||
void on_actionSet_download_limit_triggered();
|
||||
void on_actionSet_upload_limit_triggered();
|
||||
void checkConnectionStatus();
|
||||
void configureSession(bool deleteOptions);
|
||||
void processParams(const QStringList& params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue