VirtualBox

Changeset 82621 in vbox


Ignore:
Timestamp:
Dec 18, 2019 5:36:55 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: some fixes for r135507.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp

    r82620 r82621  
    178178    m_strDefaultExtension = defaultExtension(mediumFormat());
    179179    if (m_pLocationEditor)
    180     {
    181180        m_pLocationEditor->setText(absoluteFilePath(m_strDefaultName, m_strDefaultPath, m_strDefaultExtension));
    182         printf("%s\n", qPrintable(absoluteFilePath(m_strDefaultName, m_strDefaultPath, m_strDefaultExtension)));
    183     }
    184181}
    185182
     
    218215            QString strNewFilePath = QString("%1/%2.%3").arg(fileInfo.absoluteDir().absolutePath()).arg(fileInfo.fileName()).arg(m_strDefaultExtension);
    219216            m_pLocationEditor->setText(strNewFilePath);
    220             printf("%s %s\n", qPrintable(fileInfo.absoluteDir().absolutePath()), qPrintable(fileInfo.baseName()));
    221217        }
    222218    }
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