VirtualBox

Changeset 66496 in vbox


Ignore:
Timestamp:
Apr 10, 2017 11:51:26 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: Build fix for the r114485.

File:
1 edited

Legend:

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

    r66490 r66496  
    452452    {
    453453        /* Get old interface data from the cache: */
    454         const UIDataSettingsMachineInterface &oldInterfaceData = m_pCache->base();
     454        const UIDataSettingsMachineInterface &oldInterfaceData = m_pCache->base(); Q_UNUSED(oldInterfaceData);
    455455        /* Get new interface data from the cache: */
    456         const UIDataSettingsMachineInterface &newInterfaceData = m_pCache->data();
     456        const UIDataSettingsMachineInterface &newInterfaceData = m_pCache->data(); Q_UNUSED(newInterfaceData);
    457457
    458458#ifndef VBOX_WS_MAC
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