VirtualBox

Ignore:
Timestamp:
Sep 4, 2023 3:31:13 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158956
Message:

FE/Qt: bugref:10496, bugref:9072. Adding some missing connections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp

    r100962 r101005  
    814814            this, &UIVMLogViewerWidget::sltPanelContainerHidden);
    815815
     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
    816827    m_pMainLayout->addWidget(m_pPanel);
    817828}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette