- Timestamp:
- Nov 25, 2015 3:13:00 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104345
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r58863 r58864 3562 3562 /* Find the first children of aParent with the appropriate properties. 3563 3563 * Please note that this call is recursively. */ 3564 QList<QWidget *> list = qFindChildren<QWidget *> (aParent,aName);3564 QList<QWidget *> list = aParent->findChildren<QWidget*>(aName); 3565 3565 foreach(QWidget *child, list) 3566 3566 {
Note:
See TracChangeset
for help on using the changeset viewer.