- Timestamp:
- Oct 25, 2021 12:02:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r91094 r92028 703 703 /* Add new machine-item: */ 704 704 const CMachine comMachine = uiCommon().virtualBox().FindMachine(uMachineId.toString()); 705 addLocalMachineIntoTheTree(comMachine, true /* make it visible */); 705 if (comMachine.isNotNull()) 706 addLocalMachineIntoTheTree(comMachine, true /* make it visible */); 706 707 } 707 708 }
Note:
See TracChangeset
for help on using the changeset viewer.