Changeset 76946 in vbox
- Timestamp:
- Jan 23, 2019 7:52:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp
r76944 r76946 108 108 } 109 109 110 // void UIVisoCreator::sltHandleOptionsAction()111 // {112 // // UIVisoCreatorOptionsDialog *pDialog = new UIVisoCreatorOptionsDialog(this, m_browserOptions, this);113 114 // // if(!pDialog)115 // // return;116 // // if (pDialog->execute(true, false))117 // // {118 // // /** Check if any of the options has been modified: */119 // // checkBrowserOptions(pDialog->browserOptions());120 // // }121 // // delete pDialog;122 // }123 124 // void UIVisoCreator::sltHandleConfigurationAction()125 // {126 // // UIVisoConfigurationDialog *pDialog = new UIVisoConfigurationDialog(m_visoOptions, this);127 128 // // if(!pDialog)129 // // return;130 // // if (pDialog->execute(true, false))131 // // {132 // // /** Check if any of the options has been modified: */133 // // checkVisoOptions(pDialog->visoOptions());134 // // }135 // // delete pDialog;136 // }137 138 110 void UIVisoCreator::sltPanelActionToggled(bool fChecked) 139 111 {
Note:
See TracChangeset
for help on using the changeset viewer.

