Changeset 54795 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 16, 2015 7:05:53 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r54754 r54795 2422 2422 if (attachment.GetType() == KDeviceType_HardDisk) 2423 2423 { 2424 /* Get the attachment medium : */2425 const CMedium medium = attachment.GetMedium() ;2424 /* Get the attachment medium base: */ 2425 const CMedium medium = attachment.GetMedium().GetBase(); 2426 2426 /* Update the map with this medium if necessary: */ 2427 2427 const QString strKeyId = medium.GetProperty("CRYPT/KeyId");
Note:
See TracChangeset
for help on using the changeset viewer.