Changeset 89105 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 17, 2021 3:27:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h
r89104 r89105 208 208 /** Holds the widget's embedding type. */ 209 209 const EmbedTo m_enmEmbedding; 210 /** Holds the action-pool reference. Wrapped around with QPointer 210 /** Holds the action-pool reference. Wrapped around with QPointer to avoid use-after-delete case during vm window close.*/ 211 211 QPointer<UIActionPool> m_pActionPool; 212 212 /** Holds whether we should create/show toolbar. */
Note:
See TracChangeset
for help on using the changeset viewer.