WINDOWS: Fix automatic python download. Commit 0799dc2 broke this. Closes #2076.

This commit is contained in:
sledgehammer999 2014-11-30 00:34:25 +02:00
parent 575125485e
commit 5d79fcdafd

View file

@ -155,6 +155,8 @@ private:
#ifdef Q_OS_WIN
bool addPythonPathToEnv();
void installPython();
private slots:
void pythonDownloadSuccess(QString url, QString file_path);
void pythonDownloadFailure(QString url, QString error);
#endif