Changeset 101210 in vbox
- Timestamp:
- Sep 21, 2023 6:38:45 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r101209 r101210 3017 3017 { 3018 3018 const CGuestOSType os = guestOSTypes.at(i); 3019 printf("%s -- %s -- %s\n", qPrintable(os.GetFamilyId()), qPrintable(os.GetVariant()), qPrintable(os.GetDescription()));3020 3019 const QString strFamilyID = os.GetFamilyId(); 3021 3020 const QString strFamilyDescription = os.GetFamilyDescription();
Note:
See TracChangeset
for help on using the changeset viewer.