Changeset 66496 in vbox
- Timestamp:
- Apr 10, 2017 11:51:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.cpp
r66490 r66496 452 452 { 453 453 /* Get old interface data from the cache: */ 454 const UIDataSettingsMachineInterface &oldInterfaceData = m_pCache->base(); 454 const UIDataSettingsMachineInterface &oldInterfaceData = m_pCache->base(); Q_UNUSED(oldInterfaceData); 455 455 /* Get new interface data from the cache: */ 456 const UIDataSettingsMachineInterface &newInterfaceData = m_pCache->data(); 456 const UIDataSettingsMachineInterface &newInterfaceData = m_pCache->data(); Q_UNUSED(newInterfaceData); 457 457 458 458 #ifndef VBOX_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.