mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :)
This commit is contained in:
parent
5fc754520a
commit
79253c76f1
3 changed files with 31 additions and 3 deletions
|
@ -131,6 +131,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void on_actionTorrent_Properties_triggered();
|
||||
void on_actionPause_triggered();
|
||||
void on_actionPause_All_triggered();
|
||||
void restoreInDownloadList(torrent_handle h);
|
||||
void on_actionStart_triggered();
|
||||
void on_actionStart_All_triggered();
|
||||
void on_actionOpen_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue