Fix asking to install Python

The dialog asking users to install python is borked since the last refactor, this
commit fixes it.
This commit is contained in:
Chocobo1 2018-09-06 15:31:14 +08:00
parent 60ecc4fe8f
commit 7d808cfc99
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 45 additions and 75 deletions

View file

@ -201,7 +201,6 @@ private:
QIcon getSystrayIcon() const;
#endif
#ifdef Q_OS_WIN
bool addPythonPathToEnv();
void installPython();
#endif