Changeset 77212 in vbox for trunk/src/VBox
- Timestamp:
- Feb 8, 2019 9:10:04 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r77189 r77212 2796 2796 { 2797 2797 /* Initialize variables: */ 2798 const CGuestOSType comGuestOSType = v boxGlobal().virtualBox().GetGuestOSType(strMachineGuestOSTypeId);2798 const CGuestOSType comGuestOSType = virtualBox().GetGuestOSType(strMachineGuestOSTypeId); 2799 2799 const QFileInfo fileInfo(strMachineFolder); 2800 2800 /* Show New VD wizard: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp
r77186 r77212 69 69 fieldImp("machineBaseName").toString(), 70 70 fieldImp("machineFolder").toString(), 71 fieldImp("type").value<CGuestOSType>().Get FamilyId());71 fieldImp("type").value<CGuestOSType>().GetId()); 72 72 73 73 if (returnCode == static_cast<int>(UIMediumSelector::ReturnCode_Accepted) && !uMediumId.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.