Changeset 54742 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 13, 2015 1:54:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r54733 r54742 263 263 /* Append our map if this medium has encryption: */ 264 264 const QString strKeyId = medium.GetProperty("CRYPT/KeyId"); 265 if (!strKeyId.is Null())265 if (!strKeyId.isEmpty()) 266 266 encryptedPasswordIds.insert(strKeyId, medium.GetId()); 267 267 }
Note:
See TracChangeset
for help on using the changeset viewer.