Skip to content

Commit b7c1512

Browse files
Provide missing implementation of PythonQtSlotInfo::getGlobalShouldAllowThreads() (commontk#65)
1 parent aa132d2 commit b7c1512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PythonQtMethodInfo.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -654,3 +654,8 @@ void PythonQtSlotInfo::setGlobalShouldAllowThreads(bool flag)
654654
{
655655
_globalShouldAllowThreads = flag;
656656
}
657+
658+
bool PythonQtSlotInfo::getGlobalShouldAllowThreads()
659+
{
660+
return _globalShouldAllowThreads;
661+
}

0 commit comments

Comments
 (0)