Changeset 986 for trunk/src/corelib


Ignore:
Timestamp:
Aug 16, 2011, 12:57:10 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Add missing documentation to methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/kernel/qeventdispatcher_pm.cpp

    r690 r986  
    124124    Returns \c true on success or \c false otherwise.
    125125    The method does nothing but returns \c false if the window has been already
    126     created. The handle of the successfully created object window can be obtained
    127     using the hwnd() method.
     126    created. The handle of the successfully created object window can be
     127    obtained using the hwnd() method.
    128128
    129129    \note Must be called on the same thread that cosnstructed this instance.
     
    197197    return that->message(msg, mp1, mp2);
    198198}
     199
     200/*!
     201    \fn QPMObjectWindow::hwnd() const
     202
     203    Returns a handle of the object window created by create(). Returns 0 if
     204    create() was never called or if the creation attempt failed.
     205*/
    199206
    200207/*!
Note: See TracChangeset for help on using the changeset viewer.