From cf608f65ebc0866f74d0c9aa566dc0fc2a2f4a49 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 26 Apr 2018 11:13:16 +0200 Subject: Remove currentThreadId binding Since this method should not be used in any application code, we should remove it from PySide2. Removing also the test registry. https://doc.qt.io/qt-5/qthread.html#currentThreadId Task-number: PYSIDE-275 Change-Id: I152b36ccfa4342d4d6b916d8b2fe228e4fe4a1c4 Reviewed-by: Friedemann Kleint --- sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py') diff --git a/sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py b/sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py index 7e8cccaa3..27dcd61a1 100644 --- a/sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py +++ b/sources/pyside2/tests/registry/exists_win32_5_6_4_ci.py @@ -2239,7 +2239,6 @@ if "PySide2.QtCore" in sys.modules: # class PySide2.QtCore.QThread: "QThread.__init__": ('PySide2.QtCore.QObject',), "QThread.currentThread": (), - "QThread.currentThreadId": (), "QThread.event": ('PySide2.QtCore.QEvent',), "QThread.eventDispatcher": (), "QThread.exec_": (), -- cgit v1.2.3