Changeset 986 for trunk/src/corelib
- Timestamp:
- Aug 16, 2011, 12:57:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/kernel/qeventdispatcher_pm.cpp
r690 r986 124 124 Returns \c true on success or \c false otherwise. 125 125 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 obtained127 using the hwnd() method.126 created. The handle of the successfully created object window can be 127 using the hwnd() method. 128 128 129 129 \note Must be called on the same thread that cosnstructed this instance. … … 197 197 return that->message(msg, mp1, mp2); 198 198 } 199 200 201 202 203 204 205 199 206 200 207 /*!
Note:
See TracChangeset
for help on using the changeset viewer.