Changeset 327 for trunk/src/gui/kernel/qclipboard_pm.cpp
- Timestamp:
- Nov 19, 2009, 3:00:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qclipboard_pm.cpp
r326 r327 53 53 #include "qmime.h" 54 54 #include "qdnd_p.h" 55 #include "qclipboard_p.h" 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 // use delayed rendering only if the application runs the event loop 441 bool runsEventLoop = d_func()->threadData->loopLevel != 0; 441 442 442 443 d->renderAllFormats(runsEventLoop);
Note:
See TracChangeset
for help on using the changeset viewer.