Changeset 35737 in vbox
- Timestamp:
- Jan 27, 2011 12:39:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp
r35670 r35737 516 516 } 517 517 }else if ( VBoxGlobal::hasAllowedExtension(file, VBoxDefs::OVFFileExts) 518 && pEvent->possibleActions().testFlag(Qt::CopyAction)) 519 { 520 pEvent->setDropAction(Qt::CopyAction); 521 pEvent->accept(); 522 }else if ( VBoxGlobal::hasAllowedExtension(file, VBoxDefs::VBoxExtPackFileExts) 518 523 && pEvent->possibleActions().testFlag(Qt::CopyAction)) 519 524 {
Note:
See TracChangeset
for help on using the changeset viewer.