Changeset 65632 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 6, 2017 5:44:06 PM (8 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r64831 r65632 751 751 752 752 /* This event should be also processed using next 'case': */ 753 /* fall thru */ 753 754 } 754 755 case QEvent::MouseButtonPress: -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp
r63315 r65632 1595 1595 } 1596 1596 } 1597 /* fall thru */ 1597 1598 case UIGChooserItemType_Machine: 1598 1599 { … … 1625 1626 } 1626 1627 } 1628 /* fall thru */ 1627 1629 case UIGChooserItemType_Machine: 1628 1630 { -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp
r62493 r65632 445 445 /* And continue with other cases: */ 446 446 } 447 /* fall thru */ 447 448 case PreviewUpdateIntervalType_500ms: 448 449 case PreviewUpdateIntervalType_1000ms:
Note:
See TracChangeset
for help on using the changeset viewer.