Windows execution fixes

This commit is contained in:
Christophe Dumez
2010-05-30 17:51:40 +00:00
parent 58a36f7cfd
commit 338d4fd31e
11 changed files with 164 additions and 53 deletions

View File

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