mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)
- Updated version to v0.9.0beta4
This commit is contained in:
parent
bd3bde919d
commit
aa6f6161c3
5 changed files with 71 additions and 5 deletions
|
@ -139,7 +139,9 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void showProperties(const QModelIndex &index);
|
||||
void propertiesSelection();
|
||||
void pauseSelection();
|
||||
void pauseAll();
|
||||
void startSelection();
|
||||
void resumeAll();
|
||||
void askForTorrents();
|
||||
void deletePermanently();
|
||||
void deleteSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue