VirtualBox

Changeset 86707 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 26, 2020 1:36:51 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Several fixes in doc/Makefile etc.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r86697 r86707  
    232232        $(if $(VBOX_GUI_WITH_CUSTOMIZATIONS1),VBOX_GUI_WITH_CUSTOMIZATIONS1) \
    233233        $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE) \
     234        $(if $(VBOX_WITH_DOCS_QHELP),VBOX_WITH_DOCS_QHELP) \
    234235        $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,)
    235236ifdef VBOX_WITH_DEBUGGER_GUI
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r86672 r86707  
    32003200void UIMessageCenter::sltShowUserManual(const QString &strLocation)
    32013201{
     3202    Q_UNUSED(strLocation);
    32023203#if defined (VBOX_WS_WIN)
    32033204    HtmlHelp(GetDesktopWindow(), strLocation.utf16(), HH_DISPLAY_TOPIC, NULL);
    32043205#elif defined (VBOX_WS_X11)
    3205 # if !defined(VBOX_OSE) && defined(VBOX_WITH_KCHMVIEWER)
     3206 #if defined(VBOX_WITH_DOCS_QHELP)
     3207
    32063208    char szViewerPath[RTPATH_MAX];
    32073209    int rc;
     
    32093211    AssertRC(rc);
    32103212    QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation));
    3211 # else /* #if !defined(VBOX_OSE) && defined(VBOX_WITH_KCHMVIEWER) */
     3213
    32123214    /* instead of viewing the pdf manual show qtHelp one. This is soon to be default in all platforms. */
    32133215    showHelpBrowser(strLocation);
    3214 # endif /* #if defined(VBOX_OSE) || !defined(VBOX_WITH_KCHMVIEWER) */
     3216# endif /* #if defined(VBOX_WITH_DOCS_QHELP) */
    32153217#elif defined (VBOX_WS_MAC)
    32163218    uiCommon().openURL("file://" + strLocation);
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