VirtualBox

Changeset 95660 in vbox


Ignore:
Timestamp:
Jul 15, 2022 11:03:15 AM (2 years ago)
Author:
vboxsync
Message:

FE/Qt/Ds: bugref:6899: A bit of excessive stuff in r152290.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.cpp

    r95646 r95660  
    8989    {}
    9090
    91     /** Returns the parent. */
    92     virtual QAccessibleInterface *parent() const RT_OVERRIDE;
    9391    /** Returns a text for the passed @a enmTextRole. */
    9492    virtual QString text(QAccessible::Text enmTextRole) const RT_OVERRIDE;
     
    227225*   Class UIAccessibilityInterfaceForUISnapshotDetailsElement implementation.                                                    *
    228226*********************************************************************************************************************************/
    229 
    230 QAccessibleInterface *UIAccessibilityInterfaceForUISnapshotDetailsElement::parent() const
    231 {
    232     /* Make sure item still alive: */
    233     AssertPtrReturn(browser(), 0);
    234 
    235     /* Always return parent object: */
    236     return QAccessible::queryAccessibleInterface(browser()->parent());
    237 }
    238227
    239228QString UIAccessibilityInterfaceForUISnapshotDetailsElement::text(QAccessible::Text enmTextRole) const
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