VirtualBox

Changeset 91192 in vbox


Ignore:
Timestamp:
Sep 10, 2021 9:23:29 AM (3 years ago)
Author:
vboxsync
Message:

"FE/Qt: bugref:6899. Small fixes on the accessibilty interface of QIComboxBox"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.cpp

    r87898 r91192  
    4747    /** Constructs an accessibility interface passing @a pWidget to the base-class. */
    4848    QIAccessibilityInterfaceForQIComboBox(QWidget *pWidget)
    49         : QAccessibleWidget(pWidget, QAccessible::ToolBar)
     49        : QAccessibleWidget(pWidget, QAccessible::ComboBox)
    5050    {}
    5151
     
    5757    virtual int indexOfChild(const QAccessibleInterface *pChild) const /* override */;
    5858
    59     /** Returns a text for the passed @a enmTextRole. */
    60     virtual QString text(QAccessible::Text enmTextRole) const /* override */;
    61 
    6259private:
    6360
     
    10299}
    103100
    104 QString QIAccessibilityInterfaceForQIComboBox::text(QAccessible::Text /* enmTextRole */) const
    105 {
    106     /* Return empty string: */
    107     return QString();
    108 }
    109101
    110102
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