Changeset 327 for trunk/src/gui


Ignore:
Timestamp:
Nov 19, 2009, 3:00:04 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: QClipboard: Better detection of whether the application uses the event loop for deciding if delayed rendering should be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qclipboard_pm.cpp

    r326 r327  
    5353#include "qmime.h"
    5454#include "qdnd_p.h"
     55
    5556
    5657#include "qt_os2.h"
     
    437438        return; // nothing to do
    438439
    439     bool runsEventLoop = QCoreApplication::instance() &&
    440                          QCoreApplication::instance()->d_func()->in_exec;
     440   
     441    ;
    441442
    442443    d->renderAllFormats(runsEventLoop);
Note: See TracChangeset for help on using the changeset viewer.