- Timestamp:
 - Jan 20, 2010, 5:12:45 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gui/kernel/qdnd_pm.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gui/kernel/qdnd_pm.cpp
r453 r454 277 277 if (action & Qt::MoveAction) 278 278 return DO_MOVE; 279 return DO_UNKNOWN;279 return 0; 280 280 } 281 281 282 282 static USHORT toPmDragDropOps(Qt::DropActions actions) 283 283 { 284 USHORT op = DO_UNKNOWN;284 USHORT op = 0; 285 285 if (actions & Qt::LinkAction) 286 286 op |= DO_LINKABLE;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  