- Timestamp:
- Dec 12, 2024 2:09:17 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166331
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
r107292 r107300 72 72 virtual ~UIToolPaneGlobal() RT_OVERRIDE; 73 73 74 /** Returns the action-pool reference. */ 75 UIActionPool *actionPool() const { return m_pActionPool; } 76 74 77 /** Defines whether this pane is @a fActive. */ 75 78 void setActive(bool fActive); -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h
r107293 r107300 80 80 virtual ~UIToolPaneMachine() RT_OVERRIDE; 81 81 82 /** Returns the action-pool reference. */ 83 UIActionPool *actionPool() const { return m_pActionPool; } 84 82 85 /** Defines whether this pane is @a fActive. */ 83 86 void setActive(bool fActive);
Note:
See TracChangeset
for help on using the changeset viewer.