Changeset 18216 in vbox
- Timestamp:
- Mar 24, 2009 6:40:58 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp (modified) (1 diff)
-
Main/idl/VirtualBox.xidl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp
r18198 r18216 1149 1149 { 1150 1150 QVector<QString> license; 1151 vsds[i].GetValuesByType (KVirtualSystemDescriptionType_License, 1152 KVirtualSystemDescriptionValueType_Original, 1153 license); 1151 license = vsds[i].GetValuesByType (KVirtualSystemDescriptionType_License, 1152 KVirtualSystemDescriptionValueType_Original); 1154 1153 if (!license.isEmpty()) 1155 1154 { 1156 1155 QVector<QString> name; 1157 vsds[i].GetValuesByType (KVirtualSystemDescriptionType_Name, 1158 KVirtualSystemDescriptionValueType_Auto, 1159 name); 1156 name = vsds[i].GetValuesByType (KVirtualSystemDescriptionType_Name, 1157 KVirtualSystemDescriptionValueType_Auto); 1160 1158 list << QPair<QString, QString> (name.first(), license.first()); 1161 1159 } -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r18214 r18216 3285 3285 uuid="56d9403f-3425-4118-9919-36f2a9b8c77c" 3286 3286 > 3287 <desc>Used with <link to="GetValuesByType" /> to describe the value 3287 <desc>Used with <link to="GetValuesByType" /> to describe the value 3288 3288 type to fetch.</desc> 3289 3289 … … 3456 3456 <method name="getValuesByType"> 3457 3457 <desc>This is the same as <link to="getDescriptionByType" /> except that you can specify which 3458 value types should be returned. See <link to="VirtualSystemDescriptionValueType" /> for possible 3458 value types should be returned. See <link to="VirtualSystemDescriptionValueType" /> for possible 3459 3459 values.</desc> 3460 3460 … … 3467 3467 </param> 3468 3468 3469 <param name="aValues" type="wstring" dir=" out" safearray="yes">3469 <param name="aValues" type="wstring" dir="return" safearray="yes"> 3470 3470 <desc></desc> 3471 3471 </param>
Note:
See TracChangeset
for help on using the changeset viewer.

