Changeset 60458 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 12, 2016 1:30:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r60362 r60458 1105 1105 keys << "Active"; values << EventHandlingType_Active; 1106 1106 keys << "Passive"; values << EventHandlingType_Passive; 1107 /* Active type for unknown words: */1107 /* Passive type for unknown words: */ 1108 1108 if (!keys.contains(strEventHandlingType, Qt::CaseInsensitive)) 1109 return EventHandlingType_ Active;1109 return EventHandlingType_Passive; 1110 1110 /* Corresponding type for known words: */ 1111 1111 return values.at(keys.indexOf(QRegExp(strEventHandlingType, Qt::CaseInsensitive)));
Note:
See TracChangeset
for help on using the changeset viewer.