Improve .torrent associate handling

* Use correct pointer type in NSIS scripts
* Only remove qbt specific registry keys when uninstalling or disassociating
* Set .torrent Content Type when associating .torrent format
* Move ".torrent association" functions to Utils::OS class

Original PR #19709.
This commit is contained in:
Chocobo1
2023-10-18 12:12:30 +08:00
committed by GitHub
parent 4beee27701
commit ec8802203d
11 changed files with 278 additions and 185 deletions

View File

@@ -611,4 +611,4 @@ Path Utils::Misc::windowsSystemPath()
}();
return path;
}
#endif
#endif // Q_OS_WIN