Changeset 77490 in vbox
- Timestamp:
- Feb 27, 2019 4:03:48 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp
r77405 r77490 276 276 m_pMainMenu->addAction(m_pActionOptions); 277 277 278 m_pToolBar = new UIToolBar (parentWidget());278 m_pToolBar = new UIToolBar; 279 279 if (m_pToolBar) 280 280 { … … 286 286 } 287 287 288 m_pHostBrowser = new UIVisoHostBrowser (0 /* parent */);288 m_pHostBrowser = new UIVisoHostBrowser; 289 289 if (m_pHostBrowser) 290 290 { … … 300 300 } 301 301 302 m_pVisoBrowser = new UIVisoContentBrowser (0 /* parent */);302 m_pVisoBrowser = new UIVisoContentBrowser; 303 303 if (m_pVisoBrowser) 304 304 { … … 308 308 } 309 309 310 m_pConfigurationPanel = new UIVisoConfigurationPanel (this);310 m_pConfigurationPanel = new UIVisoConfigurationPanel; 311 311 if (m_pConfigurationPanel) 312 312 { … … 318 318 } 319 319 320 m_pCreatorOptionsPanel = new UIVisoCreatorOptionsPanel (this);320 m_pCreatorOptionsPanel = new UIVisoCreatorOptionsPanel; 321 321 if (m_pCreatorOptionsPanel) 322 322 {
Note:
See TracChangeset
for help on using the changeset viewer.