Changeset 107336 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 16, 2024 5:40:45 PM (5 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp
r107330 r107336 351 351 } 352 352 353 #ifdef VBOX_GUI_WITH_ADVANCED_WIDGETS 354 UIMachineManagerWidget *UIToolPaneGlobal::machineManager() const 355 { 356 return m_pPaneMachines; 357 } 358 #endif 359 353 360 void UIToolPaneGlobal::prepare() 354 361 { -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
r107330 r107336 99 99 void setCloudMachineItems(const QList<UIVirtualMachineItemCloud*> &cloudItems); 100 100 101 #ifdef VBOX_GUI_WITH_ADVANCED_WIDGETS 102 /** Holds the Machine Manager instance. */ 103 UIMachineManagerWidget *machineManager() const; 104 #endif 105 101 106 private: 102 107
Note:
See TracChangeset
for help on using the changeset viewer.