VirtualBox

Changeset 58864 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2015 3:13:00 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104345
Message:

FE/Qt: Qt5 migration (part 16): Yet another piece of obsolete MSVC6 stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r58863 r58864  
    35623562    /* Find the first children of aParent with the appropriate properties.
    35633563     * Please note that this call is recursively. */
    3564     QList<QWidget *> list = qFindChildren<QWidget *> (aParent, aName);
     3564    QList<QWidget *> list = aParent->findChildren<QWidget*>(aName);
    35653565    foreach(QWidget *child, list)
    35663566    {
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