Detect Python interpreter on Windows (the search engine is now working!)

This commit is contained in:
Christophe Dumez
2010-05-30 14:46:47 +00:00
parent 11f79432b5
commit 4eb8be372e
5 changed files with 84 additions and 6 deletions

View File

@@ -126,6 +126,9 @@ protected slots:
void createCompleter();
void fillCatCombobox();
void searchTextEdited(QString);
#ifdef Q_WS_WIN
void checkForPythonExe();
#endif
};
#endif