pythonqt icon indicating copy to clipboard operation
pythonqt copied to clipboard

Provides missing implementation of PythonQtSlotInfo::getGlobalShouldAllowThreads()

Open githubuser0xFFFF opened this issue 2 years ago • 0 comments

The static function PythonQtSlotInfo::getGlobalShouldAllowThreads() is declared in PythonQtMethodInfo.h but the implementation is missing. This commit adds the implemention of this function to PythonQtMethodInfo.cpp

githubuser0xFFFF avatar Nov 12 '21 07:11 githubuser0xFFFF