VirtualBox

Changeset 9862 in vbox


Ignore:
Timestamp:
Jun 20, 2008 3:05:23 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: exec not before 4.3

File:
1 edited

Legend:

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

    r9801 r9862  
    321321        drag->setMimeData (mimeData);
    322322        /* Start the dragging */
     323#if QT_VERSION >= 0x040300
    323324        drag->exec();
     325#else /* QT_VERSION >= 0x040300 */
     326        drag->start (Qt::MoveAction);
     327#endif /* QT_VERSION >= 0x040300 */
    324328    }
    325329    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