Changeset 64232 in vbox
- Timestamp:
- Oct 12, 2016 6:20:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.cpp
r64231 r64232 60 60 virtual int childCount() const /* override */ { return 0; } 61 61 /** 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; } 63 63 /** 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; } 65 65 66 66 /** Returns the rect. */
Note:
See TracChangeset
for help on using the changeset viewer.

