Changeset 99390 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp
- Timestamp:
- Apr 13, 2023 3:46:10 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp
r99389 r99390 672 672 if (m_pPaneChooser->isGlobalItemSelected()) 673 673 m_pPaneToolsGlobal->setActive(true); 674 connect(m_pPaneToolsGlobal, &UIToolPaneGlobal::sigCreateMedium, 675 this, &UIVirtualBoxManagerWidget::sigCreateMedium); 674 676 connect(m_pPaneToolsGlobal, &UIToolPaneGlobal::sigCopyMedium, 675 677 this, &UIVirtualBoxManagerWidget::sigCopyMedium);
Note:
See TracChangeset
for help on using the changeset viewer.