From 226460b4ffe47db4bca3023537c61b69d1f888aa Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 9 Jul 2019 20:16:09 +0000 Subject: [PATCH] remove warning about QThread handle that does not apply Signed-off-by: Ivailo Monev --- src/core/thread/qthread.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/core/thread/qthread.cpp b/src/core/thread/qthread.cpp index 7b28a8b58..ea0fe212d 100644 --- a/src/core/thread/qthread.cpp +++ b/src/core/thread/qthread.cpp @@ -250,13 +250,6 @@ QThreadPrivate::~QThreadPrivate() \warning The handle returned by this function is used for internal purposes and should not be used in any application code. - - \warning On Windows, the returned value is a pseudo-handle for the - current thread. It can't be used for numerical comparison. i.e., - this function returns the DWORD (Windows-Thread ID) returned by - the Win32 function getCurrentThreadId(), not the HANDLE - (Windows-Thread HANDLE) returned by the Win32 function - getCurrentThread(). */ /*! -- 2.11.0