- Timestamp:
- Oct 25, 2021 12:00:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
r91713 r92027 2043 2043 CVirtualBox vbox = uiCommon().virtualBox(); 2044 2044 CMachine machine = vbox.FindMachine(uID.toString()); 2045 AssertReturnVoid(vbox.isOk() && !machine.isNull()); 2045 if (machine.isNull()) 2046 return; 2046 2047 2047 2048 /* Make sure at least empty map is created: */
Note:
See TracChangeset
for help on using the changeset viewer.