Ignore:
Timestamp:
Mar 16, 2010, 12:21:22 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

docs: Fixed warnings and added some missing documentation for OS/2 specific classes.

Location:
trunk/src/corelib/kernel
Files:
2 edited

Legend:

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

    r659 r690  
    9393    received. Reimplement this function if you want to process window
    9494    messages \a msg that are not processed by Qt. If you don't want
    95     the event to be processed by Qt, then return true and set \a result
    96     to the value that the window procedure should return. Otherwise
    97     return false.
     95    the event to be processed by Qt, then return true and set \a result to the
     96    value that the window procedure should return. Otherwise return false.
    9897
    9998    It is only directly addressed messages that are filtered. To
     
    103102    QAbstractEventDispatcher::instance().
    104103*/
    105 bool QCoreApplication::pmEventFilter(QMSG * /*msg*/, MRESULT * /*rc*/)
     104bool QCoreApplication::pmEventFilter(QMSG * /*msg*/, MRESULT * /*r*/)
    106105{
    107106    return false;
  • trunk/src/corelib/kernel/qeventdispatcher_pm.cpp

    r666 r690  
    8080    processing. Its functionality is based on PM object windows. Once an
    8181    instance of this class is created, PM window messages can be sent or posted
    82     to it using send() or post() methods. Subclasses should override the
     82    to it using send() or post() methods. Subclasses should the
    8383    message() method to process sent or posted messages. The hwnd() method is
    8484    used whenever a PM window handle of this object window is necessary to be
     
    215215
    216216    \note Can be called on any thread.
     217
     218
     219
     220
     221
     222
     223
     224
    217225*/
    218226
Note: See TracChangeset for help on using the changeset viewer.