VirtualBox

Changeset 58853 in vbox


Ignore:
Timestamp:
Nov 25, 2015 1:16:10 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 6): Obsolete MSVC6 stuff.

File:
1 edited

Legend:

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

    r54538 r58853  
    318318{
    319319    /* Search for the first default-button in the dialog: */
    320     QList<QPushButton*> list = qFindChildren<QPushButton*>(this);
     320    QList<QPushButton*> list = findChildren<QPushButton*>();
    321321    foreach (QPushButton *pButton, list)
    322322        if (pButton->isDefault() &&
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