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
committed by sledgehammer999
parent 615eeb7144
commit fcc1564a62
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();