Changeset 100462 in vbox for trunk/src/VBox
- Timestamp:
- Jul 10, 2023 2:25:32 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp
r98103 r100462 1685 1685 break; 1686 1686 } 1687 /* Otherwise we have to find a first child machine-item: */ 1688 else 1689 pItem = qobject_cast<UIChooserItem*>(pGroupItem)->firstMachineItem(); 1687 1690 } 1688 1691 RT_FALL_THRU();
Note:
See TracChangeset
for help on using the changeset viewer.