Changeset 327
- Timestamp:
- Nov 19, 2009, 3:00:04 AM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/kernel/qcoreapplication.h
r324 r327 217 217 friend Q_CORE_EXPORT QString qAppName(); 218 218 friend class QClassFactory; 219 220 #if defined(Q_WS_PM)221 friend class QClipboard;222 #endif223 219 }; 224 220 -
trunk/src/gui/kernel/qclipboard_pm.cpp
r326 r327 53 53 #include "qmime.h" 54 54 #include "qdnd_p.h" 55 55 56 56 57 #include "qt_os2.h" … … 437 438 return; // nothing to do 438 439 439 bool runsEventLoop = QCoreApplication::instance() &&440 QCoreApplication::instance()->d_func()->in_exec;440 441 ; 441 442 442 443 d->renderAllFormats(runsEventLoop);
Note:
See TracChangeset
for help on using the changeset viewer.