Changeset 9862 in vbox
- Timestamp:
- Jun 20, 2008 3:05:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/QILabel.cpp
r9801 r9862 321 321 drag->setMimeData (mimeData); 322 322 /* Start the dragging */ 323 #if QT_VERSION >= 0x040300 323 324 drag->exec(); 325 #else /* QT_VERSION >= 0x040300 */ 326 drag->start (Qt::MoveAction); 327 #endif /* QT_VERSION >= 0x040300 */ 324 328 } 325 329 else
Note:
See TracChangeset
for help on using the changeset viewer.