VirtualBox

Ignore:
Timestamp:
Apr 12, 2016 1:30:30 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: ​​​bugref:8308: Implementing passive event handler (part 04): Using 'passive' mode by default. Let's rock!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp

    r60362 r60458  
    11051105    keys << "Active";  values << EventHandlingType_Active;
    11061106    keys << "Passive"; values << EventHandlingType_Passive;
    1107     /* Active type for unknown words: */
     1107    /* Passive type for unknown words: */
    11081108    if (!keys.contains(strEventHandlingType, Qt::CaseInsensitive))
    1109         return EventHandlingType_Active;
     1109        return EventHandlingType_Passive;
    11101110    /* Corresponding type for known words: */
    11111111    return values.at(keys.indexOf(QRegExp(strEventHandlingType, Qt::CaseInsensitive)));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette