Changeset 35742 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 27, 2011 4:15:05 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r35740 r35742 531 531 case QEvent::MouseButtonRelease: 532 532 { 533 534 printf("move event \n");535 533 /* Check if we should propagate this event to another window: */ 536 534 QWidget *pHoveredWidget = QApplication::widgetAt(QCursor::pos());
Note:
See TracChangeset
for help on using the changeset viewer.