Changeset 58854 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 25, 2015 1:21:49 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.cpp
r52730 r58854 108 108 fWarningsEnabled = true; 109 109 } 110 m_pWarningWidget->set Shown(fWarningsEnabled);110 m_pWarningWidget->setVisible(fWarningsEnabled); 111 111 } 112 112 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp
r52730 r58854 113 113 fWarningsEnabled = true; 114 114 } 115 m_pWarningWidget->set Shown(fWarningsEnabled);115 m_pWarningWidget->setVisible(fWarningsEnabled); 116 116 } 117 117 }
Note:
See TracChangeset
for help on using the changeset viewer.