VirtualBox

Ignore:
Timestamp:
Sep 23, 2020 12:07:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140501
Message:

FE/Qt: Renaming UIAccessibilityInterfaceForUIToolBarButton interface to UIAccessibilityInterfaceForUISettingsSelectorToolBarButton since it isn't related to UIToolBar but to UISettingsSelectorToolBar instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.cpp

    r83801 r86232  
    3333
    3434
    35 /** QAccessibleWidget extension used as an accessibility interface for UIToolBar buttons. */
    36 class UIAccessibilityInterfaceForUIToolBarButton : public QAccessibleWidget
     35/** QAccessibleWidget extension used as an accessibility interface for UISettingsSelectorToolBar buttons. */
     36class UIAccessibilityInterfaceForUISettingsSelectorToolBarButton : public QAccessibleWidget
    3737{
    3838public:
     
    4545            && strClassname == QLatin1String("QToolButton")
    4646            && pObject->property("Belongs to") == "UISettingsSelectorToolBar")
    47             return new UIAccessibilityInterfaceForUIToolBarButton(qobject_cast<QWidget*>(pObject));
     47            return new UIAccessibilityInterfaceForUISettingsSelectorToolBarButton(qobject_cast<QWidget*>(pObject));
    4848
    4949        /* Null by default: */
     
    5252
    5353    /** Constructs an accessibility interface passing @a pWidget to the base-class. */
    54     UIAccessibilityInterfaceForUIToolBarButton(QWidget *pWidget)
     54    UIAccessibilityInterfaceForUISettingsSelectorToolBarButton(QWidget *pWidget)
    5555        : QAccessibleWidget(pWidget, QAccessible::Button)
    5656    {}
     
    500500{
    501501    /* Install tool-bar button accessibility interface factory: */
    502     QAccessible::installFactory(UIAccessibilityInterfaceForUIToolBarButton::pFactory);
     502    QAccessible::installFactory(UIAccessibilityInterfaceForUISettingsSelectorToolBarButton::pFactory);
    503503
    504504    /* Prepare the toolbar: */
Note: See TracChangeset for help on using the changeset viewer.

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