Changeset 24628 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 13, 2009 9:52:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r24627 r24628 3685 3685 needBits / (8 * _1M) /* convert to megabytes */; 3686 3686 3687 if (aMachine )3687 if (aMachine && !aMachine->isNull()) 3688 3688 { 3689 3689 QString typeId = aMachine->GetOSTypeId();
Note:
See TracChangeset
for help on using the changeset viewer.