Changeset 454 for trunk/src


Ignore:
Timestamp:
Jan 20, 2010, 5:12:45 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: DnD: Fixed: Supported DnD operations (actions) were not correctly reported in DnD events.

File:
1 edited

Legend:

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

    r453 r454  
    277277    if (action & Qt::MoveAction)
    278278        return DO_MOVE;
    279     return DO_UNKNOWN;
     279    return ;
    280280}
    281281
    282282static USHORT toPmDragDropOps(Qt::DropActions actions)
    283283{
    284     USHORT op = DO_UNKNOWN;
     284    USHORT op = ;
    285285    if (actions & Qt::LinkAction)
    286286        op |= DO_LINKABLE;
Note: See TracChangeset for help on using the changeset viewer.