Changeset 26550 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 15, 2010 5:14:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r26472 r26550 228 228 return E_INVALIDARG; 229 229 230 if (com::asGuidStr(id).is Null())230 if (com::asGuidStr(id).isEmpty()) 231 231 { 232 232 /* it's a global extra data key someone wants to change */ … … 310 310 IN_BSTR key, IN_BSTR value) 311 311 { 312 if (com::asGuidStr(id).is Null())312 if (com::asGuidStr(id).isEmpty()) 313 313 { 314 314 QString sKey = QString::fromUtf16 (key);
Note:
See TracChangeset
for help on using the changeset viewer.