Changeset 100469 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 10, 2023 2:58:42 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp
r100462 r100469 1736 1736 break; 1737 1737 } 1738 /* Otherwise we have to find a first child machine-item: */ 1739 else 1740 pItem = qobject_cast<UIChooserItem*>(pGroupItem)->firstMachineItem(); 1738 1741 } 1739 1742 RT_FALL_THRU();
Note:
See TracChangeset
for help on using the changeset viewer.