Changeset 77332 in vbox for trunk/src/VBox
- Timestamp:
- Feb 15, 2019 12:21:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp
r77330 r77332 305 305 m_pMainLayout->addWidget(m_pButtonBox, 4, 3, 1, 5, Qt::AlignRight); 306 306 } 307 307 308 } 308 309 … … 342 343 connect(m_pConfigurationPanel, &UIVisoConfigurationPanel::sigHidePanel, 343 344 this, &UIVisoCreator::sltHandleHidePanel); 344 } 345 m_panelActionMap.insert(m_pConfigurationPanel, m_pActionConfiguration); 346 } 347 345 348 if (m_pCreatorOptionsPanel) 346 349 { … … 349 352 connect(m_pCreatorOptionsPanel, &UIVisoCreatorOptionsPanel::sigHidePanel, 350 353 this, &UIVisoCreator::sltHandleHidePanel); 354 m_panelActionMap.insert(m_pCreatorOptionsPanel, m_pActionOptions); 351 355 } 352 356 … … 379 383 ":/file_manager_options_disabled_32px.png", 380 384 ":/file_manager_options_disabled_16px.png")); 381 m_panelActionMap.insert(m_pConfigurationPanel, m_pActionConfiguration);382 385 } 383 386 … … 391 394 ":/file_manager_options_disabled_32px.png", 392 395 ":/file_manager_options_disabled_16px.png")); 393 m_panelActionMap.insert(m_pCreatorOptionsPanel, m_pActionOptions);394 396 } 395 397
Note:
See TracChangeset
for help on using the changeset viewer.