VirtualBox

Ignore:
Timestamp:
May 26, 2014 5:19:18 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Forgot to remove printf in r93915.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp

    r51394 r51405  
    427427        if (!strControl.isNull())
    428428        {
    429             printf("Looking for widget %s..\n", strControl.toAscii().constData());
    430429            if (QWidget *pWidget = m_pStack->findChild<QWidget*>(strControl))
    431430            {
    432                 printf("Widget %s found!\n", strControl.toAscii().constData());
    433431                QList<QWidget*> parents;
    434432                QWidget *pParentWidget = pWidget;
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