Changeset 82289 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 29, 2019 5:24:06 PM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r82288 r82289 268 268 * dynamical content which depends on cashed value: */ 269 269 repopulateComboPointingHIDType(); 270 repopulateComboParavirt ualizationProviderType();270 repopulateComboParavirtProviderType(); 271 271 272 272 /* Load old 'Motherboard' data from the cache: */ … … 907 907 } 908 908 909 void UIMachineSettingsSystem::repopulateComboParavirt ualizationProviderType()909 void UIMachineSettingsSystem::repopulateComboParavirtProviderType() 910 910 { 911 911 /* Paravirtualization Provider combo-box created in the .ui file. */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h
r82288 r82289 131 131 void repopulateComboPointingHIDType(); 132 132 /** Repopulates Paravirtualization Provider type combo-box. */ 133 void repopulateComboParavirt ualizationProviderType();133 void repopulateComboParavirtProviderType(); 134 134 135 135 /** Retranslates Chipset type combo-box. */
Note:
See TracChangeset
for help on using the changeset viewer.