Changeset 87104 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 18, 2020 6:04:25 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r87024 r87104 3239 3239 QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation)); 3240 3240 # else /* #ifndef VBOX_OSE */ 3241 vboxGlobal().openURL("file://" + strLocation);3241 uiCommon().openURL("file://" + strLocation); 3242 3242 # endif /* #ifdef VBOX_OSE */ 3243 3243 #elif defined (VBOX_WS_MAC)
Note:
See TracChangeset
for help on using the changeset viewer.