Doc: Update documentation of Qt::HANDLE
Qt::HANDLE is always defined as 'void *' on Qt 5.0 Task-number: QTBUG-32469 Change-Id: I3f0f2b19e65d54c88604e1cb65b5791c456b3003 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
880f73d1f0
commit
3f95ae8e2f
@ -1207,12 +1207,8 @@
|
||||
|
||||
/*! \typedef Qt::HANDLE
|
||||
|
||||
Platform-specific handle type for system objects. This is
|
||||
equivalent to \c{void *} on Mac OS X and embedded Linux,
|
||||
and to \c{unsigned long} on X11. On Windows it is the
|
||||
DWORD returned by the Win32 function getCurrentThreadId().
|
||||
|
||||
\warning Using this type is not portable.
|
||||
A handle type for system objects, defined as \c{void *}
|
||||
on all platforms.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user