Added "Force reannounce" action to tracker list

Fixed typo in "Saudi Arabia"
This commit is contained in:
Christophe Dumez
2010-06-27 21:18:41 +00:00
parent 32d3ed2144
commit 452c0411d2
37 changed files with 1408 additions and 1110 deletions

View File

@@ -73,7 +73,7 @@ private:
public:
PropertiesWidget(QWidget *parent, GUI* main_window, TransferListWidget *transferList, Bittorrent* BTSession);
~PropertiesWidget();
const QTorrentHandle& getCurrentTorrent() const;
QTorrentHandle getCurrentTorrent() const;
Bittorrent* getBTSession() const;
TrackerList* getTrackerList() const { return trackerList; }
PeerListWidget* getPeerList() const { return peersList; }