Changeset 97495 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 10, 2022 2:27:55 PM (2 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/logviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r97163 r97495 1081 1081 QString strMachineName = comMachine.GetName(); 1082 1082 1083 /* Add a label tab with machine name on it. Used only in manager UI: */ 1083 1084 if (uiCommon().uiType() == UICommon::UIType_SelectorUI) 1084 1085 m_pTabWidget->addTab(new UILabelTab(this, uMachineId, strMachineName), strMachineName); -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h
r96407 r97495 204 204 void markLabelTabs(); 205 205 206 /** Resets document (of the cur ent tab) and scrollbar highligthing */206 /** Resets document (of the current tab) and scrollbar highligthing */ 207 207 void resetHighlighthing(); 208 208 void hidePanel(UIDialogPanel* panel);
Note:
See TracChangeset
for help on using the changeset viewer.