Changeset 35475 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 11, 2011 10:50:13 AM (14 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/UIMachineSettingsSF.cpp
r34740 r35475 641 641 void UIMachineSettingsSF::showEvent (QShowEvent *aEvent) 642 642 { 643 QWidget::showEvent (aEvent);643 UISettingsPageMachine::showEvent (aEvent); 644 644 645 645 /* Connect header-resize signal just before widget is shown after all the items properly loaded and initialized. */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r35452 r35475 2056 2056 #endif 2057 2057 } 2058 UISettingsPage ::showEvent (aEvent);2058 UISettingsPageMachine::showEvent (aEvent); 2059 2059 } 2060 2060
Note:
See TracChangeset
for help on using the changeset viewer.