Move python related functions

Also the functions are slightly changed to return full path of the found
python executable.
This commit is contained in:
Chocobo1
2018-09-06 14:03:07 +08:00
parent 6c0af1b078
commit 60ecc4fe8f
3 changed files with 159 additions and 149 deletions

View File

@@ -259,7 +259,6 @@ public:
bool recursiveDownloadDisabled() const;
void disableRecursiveDownload(bool disable = true);
#ifdef Q_OS_WIN
static QString getPythonPath();
bool neverCheckFileAssoc() const;
void setNeverCheckFileAssoc(bool check = true);
static bool isTorrentFileAssocSet();