remove warning about QThread handle that does not apply

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-09 20:16:09 +00:00
parent 4ca573feba
commit 226460b4ff

View file

@ -250,13 +250,6 @@ QThreadPrivate::~QThreadPrivate()
\warning The handle returned by this function is used for internal \warning The handle returned by this function is used for internal
purposes and should not be used in any application code. 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().
*/ */
/*! /*!