VirtualBox

Changeset 68366 in vbox


Ignore:
Timestamp:
Aug 10, 2017 12:33:27 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117495
Message:

FE/Qt: bugref:8901: macOS build fix for r117494.

File:
1 edited

Legend:

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

    r68365 r68366  
    13201320        case DetailsElementType_Display:
    13211321        {
     1322            // WORKAROUND:
     1323            // IMachine::GetExtraData still non-const..
     1324            CMachine comExtraDataMachine = comMachine;
     1325
    13221326            /* Video Memory: */
    13231327            int iRowCount = 1;
     
    13351339
    13361340            /* Scale-factor? */
    1337             CMachine comExtraDataMachine = comMachine;
    13381341            const QString strScaleFactor = comExtraDataMachine.GetExtraData(UIExtraDataDefs::GUI_ScaleFactor);
    13391342            {
     
    13551358#ifdef VBOX_WS_MAC
    13561359            /* Unscaled HiDPI Video Output? */
    1357             const QString strUnscaledHiDPIMode = machine.GetExtraData(UIExtraDataDefs::GUI_HiDPI_UnscaledOutput);
     1360            const QString strUnscaledHiDPIMode = comExtraDataMachine.GetExtraData(UIExtraDataDefs::GUI_HiDPI_UnscaledOutput);
    13581361            {
    13591362                /* Try to convert loaded data to bool: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette