Changeset 89 for trunk/src/corelib/kernel
- Timestamp:
- Jul 27, 2009, 10:25:33 PM (16 years ago)
- Location:
- trunk/src/corelib/kernel
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/kernel/qeventdispatcher_pm.cpp
r85 r89 56 56 #include "qabstracteventdispatcher_p.h" 57 57 #include "qcoreapplication_p.h" 58 58 59 59 60 #include <private/qthread_p.h> 60 61 #include <private/qmutexpool_p.h> 61 62 #include <Qt/qwindowdefs_pm.h> // for QPMObjectWindow declaration63 62 64 63 #include <sys/socket.h> … … 72 71 /***************************************************************************** 73 72 Auxiliary object window class for dedicated message processing. 74 Declared in q windowdefs_pm.h73 Declared in q.h 75 74 *****************************************************************************/ 76 75 77 76 /*! 78 \class QPMObjectWindow qwindowdefs.h77 \class QPMObjectWindow 79 78 80 79 The QPMObjectWindow class is an auxiliary class for dedicated message -
trunk/src/corelib/kernel/qeventdispatcher_pm_p.h
r84 r89 57 57 58 58 #include "QtCore/qabstracteventdispatcher.h" 59 #include "QtCore/qt_os2.h"60 59 61 60 QT_BEGIN_NAMESPACE
Note:
See TracChangeset
for help on using the changeset viewer.