mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove warning about QThread handle that does not apply
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
4ca573feba
commit
226460b4ff
1 changed files with 0 additions and 7 deletions
|
@ -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().
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue