- 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:
Christophe Dumez 2007-04-15 17:42:43 +00:00
parent 5fc754520a
commit 79253c76f1
3 changed files with 31 additions and 3 deletions

View file

@ -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();