Merge pull request #4436 from GuidC0DE/magnet_handler_osx

Set qBittorrent as default torrent app in Mac OS
This commit is contained in:
sledgehammer999 2016-01-11 12:28:38 -06:00
commit a19e2e48a1
3 changed files with 88 additions and 1 deletions

View file

@ -417,6 +417,12 @@ public:
static bool isMagnetLinkAssocSet();
static void setTorrentFileAssoc(bool set);
static void setMagnetLinkAssoc(bool set);
#endif
#ifdef Q_OS_MAC
static bool isTorrentFileAssocSet();
static bool isMagnetLinkAssocSet();
static void setTorrentFileAssoc();
static void setMagnetLinkAssoc();
#endif
bool isTrackerEnabled() const;
void setTrackerEnabled(bool enabled);