- Added "Copy magnet link" entry to right click menu now that we support magnet URIs

This commit is contained in:
Christophe Dumez 2009-08-17 10:22:41 +00:00
parent e429126934
commit c8e8306e0a
10 changed files with 239 additions and 195 deletions

View file

@ -192,6 +192,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void setTabText(int index, QString text) const;
void openDestinationFolder() const;
void goBuyPage() const;
void copyMagnetURI() const;
void updateRatio();
protected: