Tulip  4.1.0
Better Visualization Through Research
 All Classes Files Functions Variables Enumerations Enumerator Properties Groups Pages
PythonVersionChecker.h
1 ///@cond DOXYGEN_HIDDEN
2 #ifndef PYTHONVERSIONCHECKER_H
3 #define PYTHONVERSIONCHECKER_H
4 
5 #include <tulip/tulipconf.h>
6 #include <QtCore/QString>
7 
8 namespace tlp {
9 class TLP_QT_SCOPE PythonVersionChecker {
10 public:
11  static QString installedVersion();
12  static QString compiledVersion();
13  static bool isPythonVersionMatching();
14 };
15 }
16 
17 #endif // PYTHONVERSIONCHECKER_H
18 ///@endcond