Ignore:
Timestamp:
Dec 24, 2009, 3:29:44 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: First DnD bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qdnd_p.h

    r2 r438  
    185185};
    186186
     187#if defined(Q_WS_PM)
     188class QPMDragData;
     189#endif
     190
    187191class QDropData : public QInternalMimeData
    188192{
     
    200204public:
    201205    LPDATAOBJECT currentDataObject;
     206#elif defined(Q_WS_PM)
     207    friend class QPMDragData;
     208    QPMDragData *d;
    202209#endif
    203210};
Note: See TracChangeset for help on using the changeset viewer.