VirtualBox

Changeset 46834 in vbox


Ignore:
Timestamp:
Jun 27, 2013 12:19:51 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: QILabel: Removing old Qt4.3 hack for QDrag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp

    r44528 r46834  
    183183        drag->setMimeData (mimeData);
    184184        /* Start the dragging */
    185 #if QT_VERSION >= 0x040300
    186185        drag->exec();
    187 #else /* QT_VERSION >= 0x040300 */
    188         drag->start (Qt::MoveAction);
    189 #endif /* QT_VERSION >= 0x040300 */
    190186    }
    191187    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette