VirtualBox

Changeset 86720 in vbox for trunk/src


Ignore:
Timestamp:
Oct 27, 2020 9:56:45 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp

    r86718 r86720  
    251251void UIHelpBrowserWidget::loadOptions()
    252252{
     253#if defined(RT_OS_LINUX) && defined(VBOX_WITH_DOCS_QHELP)
    253254    if (m_pContentViewer && m_pHelpEngine)
    254255    {
     
    264265        }
    265266    }
     267#endif
    266268}
    267269
     
    334336QUrl UIHelpBrowserWidget::findIndexHtml() const
    335337{
     338#if defined(RT_OS_LINUX) && defined(VBOX_WITH_DOCS_QHELP)
    336339    QList<QUrl> files = m_pHelpEngine->files(m_pHelpEngine->namespaceName(m_strHelpFilePath), QStringList());
    337340    int iIndex = -1;
     
    360363        return files[iIndex];
    361364    return QUrl();
     365#else
     366    return QUrl();
     367#endif
    362368}
    363369
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