- Added download from url handling in GUI (still missing: search plugin update and rss)

This commit is contained in:
Christophe Dumez 2007-07-20 20:18:18 +00:00
parent 2fd0de082c
commit 1fb848e9ed
6 changed files with 44 additions and 8 deletions

View file

@ -153,6 +153,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void displayUpTab();
void displaySearchTab();
void displayRSSTab();
void handleDownloadFromUrlFailure(const QString&, const QString&);
// Torrent actions
void showProperties(const QModelIndex &index);
void on_actionTorrent_Properties_triggered();