- Allow to open destination folder on right click on a torrent

This commit is contained in:
Christophe Dumez 2007-11-16 18:53:21 +00:00
parent 5b6166ee15
commit c580285fe8
7 changed files with 104 additions and 20 deletions

View file

@ -146,6 +146,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
public slots:
void trackerAuthenticationRequired(QTorrentHandle& h);
void setTabText(int index, QString text) const;
void openDestinationFolder() const;
protected:
void closeEvent(QCloseEvent *);