@ -130,7 +130,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void addTorrent ( QString path ) ;
void addTorrent ( QString path ) ;
void addUnauthenticatedTracker ( QPair < QTorrentHandle , QString > tracker ) ;
void addUnauthenticatedTracker ( QPair < QTorrentHandle , QString > tracker ) ;
void processDownloadedFiles ( QString path , QString url ) ;
void processDownloadedFiles ( QString path , QString url ) ;
void downloadFromURLList ( const QStringList & urls ) ;
void finishedTorrent ( QTorrentHandle & h ) const ;
void finishedTorrent ( QTorrentHandle & h ) const ;
// Options slots
// Options slots
void on_actionOptions_triggered ( ) ;
void on_actionOptions_triggered ( ) ;
@ -143,6 +142,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void trackerAuthenticationRequired ( QTorrentHandle & h ) ;
void trackerAuthenticationRequired ( QTorrentHandle & h ) ;
void setTabText ( int index , QString text ) const ;
void setTabText ( int index , QString text ) const ;
void showNotificationBaloon ( QString title , QString msg ) const ;
void showNotificationBaloon ( QString title , QString msg ) const ;
void downloadFromURLList ( const QStringList & urls ) ;
protected :
protected :
void closeEvent ( QCloseEvent * ) ;
void closeEvent ( QCloseEvent * ) ;