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/qapplication_pm.cpp

    r437 r438  
    701701#define SV_WORKAREA_XRIGHT  53
    702702#define SV_WORKAREA_XLEFT   54
     703
     704#ifndef QT_NO_DRAGANDDROP
     705extern MRESULT qt_dispatchDragAndDrop(QWidget *, const QMSG &); // qdnd_pm.cpp
     706#endif
    703707
    704708/*!
Note: See TracChangeset for help on using the changeset viewer.