Changeset 35476 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 11, 2011 10:52:14 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/UIMachineSettingsGeneral.cpp
r33882 r35476 192 192 } 193 193 194 void UIMachineSettingsGeneral::showEvent (QShowEvent *aEvent)195 {196 QCoreApplication::sendPostedEvents();197 UISettingsPage::showEvent (aEvent);198 }199 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h
r33882 r35476 82 82 private: 83 83 84 void showEvent (QShowEvent *aEvent);85 86 84 QIWidgetValidator *mValidator; 87 85
Note:
See TracChangeset
for help on using the changeset viewer.