itom  4.1.0
pythonWrapper.h
1 // work around following: https://stackoverflow.com/questions/23068700/embedding-python3-in-qt-5
2 
3 #pragma push_macro("slots")
4 #undef slots
5 #include "Python.h"
6 #pragma pop_macro("slots")