VirtualBox

Changeset 64232 in vbox


Ignore:
Timestamp:
Oct 12, 2016 6:20:49 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Accessibility support (step 85): Burn fix for r111240.

File:
1 edited

Legend:

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

    r64231 r64232  
    6060    virtual int childCount() const /* override */ { return 0; }
    6161    /** Returns the child with the passed @a iIndex. */
    62     virtual QAccessibleInterface *child(int iIndex) const /* override */ { return 0; }
     62    virtual QAccessibleInterface *child(int /* iIndex */) const /* override */ { return 0; }
    6363    /** Returns the index of the passed @a pChild. */
    64     virtual int indexOfChild(const QAccessibleInterface *pChild) const /* override */ { return -1; }
     64    virtual int indexOfChild(const QAccessibleInterface * /* pChild */) const /* override */ { return -1; }
    6565
    6666    /** Returns the rect. */
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