Set qBittorrent as default torrent app in Mac OS

This commit is contained in:
Dmitry Victorov 2015-12-27 07:02:31 +03:00
parent 76c16e0994
commit a564b96ccf
3 changed files with 88 additions and 1 deletions

View file

@ -421,6 +421,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);