- Timestamp:
- Dec 16, 2024 5:34:11 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166368
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineManagerWidget.cpp
r107333 r107334 51 51 UIMachineManagerWidget::UIMachineManagerWidget(UIToolPaneGlobal *pParent, UIActionPool *pActionPool) 52 52 : QWidget(pParent) 53 , m_pParent(pParent) 53 54 , m_pActionPool(pActionPool) 54 55 , m_pSplitter(0) -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIMachineManagerWidget.h
r107333 r107334 292 292 /** @} */ 293 293 294 /** Holds the parent reference. */ 295 UIToolPaneGlobal *m_pParent; 294 296 /** Holds the action-pool reference. */ 295 UIActionPool *m_pActionPool;297 UIActionPool *m_pActionPool; 296 298 297 299 /** Holds the central splitter instance. */
Note:
See TracChangeset
for help on using the changeset viewer.