Create helper function to get OS name

This commit is contained in:
Chocobo1 2016-02-27 05:48:53 +08:00
parent 7b2fab411c
commit 498f5e3877
3 changed files with 23 additions and 2 deletions

View file

@ -56,6 +56,8 @@ namespace Utils
QPoint screenCenter(QWidget *win);
QSize smallIconSize();
#endif
QString osName();
int pythonVersion();
QString pythonExecutable();
QString pythonVersionComplete();