mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Allow to set qBittorrent as default program
Register qBittorrent as possible default program for .torrent files and magnet links during install. PR #19446.
This commit is contained in:
committed by
GitHub
parent
9de32a78f1
commit
6860c0d60d
@@ -40,11 +40,4 @@ namespace Utils::OS
|
||||
bool isMagnetLinkAssocSet();
|
||||
void setMagnetLinkAssoc();
|
||||
#endif // Q_OS_MACOS
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
bool isTorrentFileAssocSet();
|
||||
void setTorrentFileAssoc(bool set);
|
||||
bool isMagnetLinkAssocSet();
|
||||
void setMagnetLinkAssoc(bool set);
|
||||
#endif // Q_OS_WIN
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user