Changeset 46834 in vbox
- Timestamp:
- Jun 27, 2013 12:19:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp
r44528 r46834 183 183 drag->setMimeData (mimeData); 184 184 /* Start the dragging */ 185 #if QT_VERSION >= 0x040300186 185 drag->exec(); 187 #else /* QT_VERSION >= 0x040300 */188 drag->start (Qt::MoveAction);189 #endif /* QT_VERSION >= 0x040300 */190 186 } 191 187 else
Note:
See TracChangeset
for help on using the changeset viewer.