Changeset 86721 in vbox
- Timestamp:
- Oct 27, 2020 11:07:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r86707 r86721 3205 3205 #elif defined (VBOX_WS_X11) 3206 3206 #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. */3215 3207 showHelpBrowser(strLocation); 3216 3208 # endif /* #if defined(VBOX_WITH_DOCS_QHELP) */
Note:
See TracChangeset
for help on using the changeset viewer.