Ignore:
Timestamp:
Jan 12, 2010, 12:00:10 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: DnD: Implemented support for painting in widgets during drag and draw.

File:
1 edited

Legend:

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

    r438 r447  
    358358    xdndMimeTransferedPixmapIndex = 0;
    359359#endif
     360#ifdef Q_WS_PM
     361    init_sys();
     362#endif
    360363}
    361364
     
    363366QDragManager::~QDragManager()
    364367{
     368#ifdef Q_WS_PM
     369    uninit_sys();
     370#endif
    365371#ifndef QT_NO_CURSOR
    366372    if (restoreCursor)
Note: See TracChangeset for help on using the changeset viewer.