You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMP: On windows, fix unresolved external symbol "private: static class PythonQt * PythonQt::_self"
When classes were linking against PythonQt.lib, the linker was
complaining.
Moving the implementation of the static method "self()" to
the cpp file solved the problem.
0 commit comments