Skip to content

Commit 01dccd2

Browse files
githubuser0xFFFFjcfr
authored andcommitted
[Backport] Provide missing implementation of PythonQtSlotInfo::getGlobalShouldAllowThreads() (#65)
(cherry picked from commit MeVisLab/pythonqt@b7c1512)
1 parent 12c6d69 commit 01dccd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PythonQtMethodInfo.cpp

Lines changed: 5 additions & 0 deletions
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)