Changeset 101005 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 4, 2023 3:31:13 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r100962 r101005 814 814 this, &UIVMLogViewerWidget::sltPanelContainerHidden); 815 815 816 connect(m_pPanel, &UIVMLogViewerPaneContainer::sigShowLineNumbers, 817 this, &UIVMLogViewerWidget::sltShowLineNumbers); 818 connect(m_pPanel, &UIVMLogViewerPaneContainer::sigWrapLines, 819 this, &UIVMLogViewerWidget::sltWrapLines); 820 connect(m_pPanel, &UIVMLogViewerPaneContainer::sigChangeFontSizeInPoints, 821 this, &UIVMLogViewerWidget::sltFontSizeChanged); 822 connect(m_pPanel, &UIVMLogViewerPaneContainer::sigChangeFont, 823 this, &UIVMLogViewerWidget::sltChangeFont); 824 connect(m_pPanel, &UIVMLogViewerPaneContainer::sigResetToDefaults, 825 this, &UIVMLogViewerWidget::sltResetOptionsToDefault); 826 816 827 m_pMainLayout->addWidget(m_pPanel); 817 828 }
Note:
See TracChangeset
for help on using the changeset viewer.