Changeset 107353 in vbox
- Timestamp:
- Dec 18, 2024 1:03:59 PM (4 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineManagerWidget.cpp
r107352 r107353 476 476 toolPane(), &UIToolPaneMachine::sigToggleFinished); 477 477 478 /* Tools-pane connections: */479 connect(toolPane(), &UIToolPaneMachine::sigLinkClicked,480 this, &UIMachineManagerWidget::sigMachineSettingsLinkClicked);481 482 478 /* Tools-menu connections: */ 483 479 connect(toolMenu(), &UITools::sigSelectionChanged, … … 532 528 disconnect(chooser(), &UIChooser::sigToggleFinished, 533 529 toolPane(), &UIToolPaneMachine::sigToggleFinished); 534 535 /* Tools-pane connections: */536 disconnect(toolPane(), &UIToolPaneMachine::sigLinkClicked,537 this, &UIMachineManagerWidget::sigMachineSettingsLinkClicked);538 530 539 531 /* Tools-menu connections: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineManagerWidget.h
r107352 r107353 83 83 /** @} */ 84 84 85 /** @name Tools / Details pane stuff.86 * @{ */87 /** Notifies aboud Details-pane link clicked. */88 void sigMachineSettingsLinkClicked(const QString &strCategory, const QString &strControl, const QUuid &uId);89 /** @} */90 91 85 public: 92 86
Note:
See TracChangeset
for help on using the changeset viewer.