VirtualBox

Changeset 86721 in vbox


Ignore:
Timestamp:
Oct 27, 2020 11:07:58 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Removing chm loading for linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r86707 r86721  
    32053205#elif defined (VBOX_WS_X11)
    32063206 #if defined(VBOX_WITH_DOCS_QHELP)
    3207 
    3208     char szViewerPath[RTPATH_MAX];
    3209     int rc;
    3210     rc = RTPathAppPrivateArch(szViewerPath, sizeof(szViewerPath));
    3211     AssertRC(rc);
    3212     QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation));
    3213 
    3214     /* instead of viewing the pdf manual show qtHelp one. This is soon to be default in all platforms. */
    32153207    showHelpBrowser(strLocation);
    32163208# endif /* #if defined(VBOX_WITH_DOCS_QHELP) */
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