mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Added "Force reannounce" action to tracker list
Fixed typo in "Saudi Arabia"
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user