VirtualBox

Changeset 63149 in vbox


Ignore:
Timestamp:
Aug 8, 2016 11:30:58 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: About dialog: Show Qt version for any build, not just debug one.

File:
1 edited

Legend:

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

    r62493 r63149  
    8181    m_strAboutText = strAboutText + "\n" + strVersionText.arg(m_strVersion);
    8282#endif /* !VBOX_OSE */
    83 #ifdef DEBUG
    8483    m_strAboutText = m_strAboutText + QString(" (Qt%1)").arg(qVersion());
    85 #endif /* DEBUG */
    8684    m_strAboutText = m_strAboutText + "\n" + QString("Copyright %1 %2 %3 and/or its affiliates. All rights reserved.")
    8785                                                     .arg(QChar(0xa9)).arg(VBOX_C_YEAR).arg(VBOX_VENDOR);
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