- Timestamp:
- Dec 12, 2012 4:10:07 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp
r41819 r44111 202 202 { 203 203 CMachine machine = vbox.FindMachine(*it); 204 205 /* UIMedium object can wrap newly created CMedium object which belongs to 206 * not yet registered machine, like while creating VM clone. 207 * We can skip such a machines in usage string. 208 * CVirtualBox::FindMachine() will return null machine for such case. */ 209 if (machine.isNull()) 210 continue; 204 211 205 212 QString sName = machine.GetName();
Note:
See TracChangeset
for help on using the changeset viewer.