VirtualBox

Changeset 47086 in vbox for trunk


Ignore:
Timestamp:
Jul 10, 2013 4:34:16 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Some *debug* runtime info to About dialog.

File:
1 edited

Legend:

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

    r44528 r47086  
    104104    setWindowTitle(tr("VirtualBox - About"));
    105105    QString strAboutText =  tr("VirtualBox Graphical User Interface");
     106#ifdef DEBUG
     107    QString strRenderingInfo(" (%1)");
     108    QString strRenderingMode("QImage");
     109# ifdef VBOX_GUI_USE_QUARTZ2D
     110    if (vboxGlobal().vmRenderMode() == Quartz2DMode)
     111        strRenderingMode = "Quartz2D";
     112# endif /* VBOX_GUI_USE_QUARTZ2D */
     113    strAboutText += strRenderingInfo.arg(strRenderingMode);
     114#endif /* DEBUG */
    106115#ifdef VBOX_BLEEDING_EDGE
    107116    QString strVersionText = "EXPERIMENTAL build %1 - " + QString(VBOX_BLEEDING_EDGE);
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