diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-13 10:48:33 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-13 11:29:50 (GMT) |
commit | 0aca5cf05288dc4d2175d1c4a78bf62a5ea96b21 (patch) | |
tree | 3a78b849d375a553db786f3b35e7196b91d95765 /doc | |
parent | 3d55ab91148c13f1905a4c1983d144efb4315297 (diff) | |
download | Qt-0aca5cf05288dc4d2175d1c4a78bf62a5ea96b21.zip Qt-0aca5cf05288dc4d2175d1c4a78bf62a5ea96b21.tar.gz Qt-0aca5cf05288dc4d2175d1c4a78bf62a5ea96b21.tar.bz2 |
doc: Clarified what Qt::HANDLE is on Windows.
Task-number: 193615
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index b691ac7..85b020d 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -1246,8 +1246,9 @@ /*! \typedef Qt::HANDLE Platform-specific handle type for system objects. This is - equivalent to \c{void *} on Windows and Mac OS X, and embedded - Linux, and to \c{unsigned long} on X11. + 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. */ |