Changeset 27881 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 31, 2010 11:22:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r27756 r27881 2617 2617 QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation)); 2618 2618 # else /* #ifndef VBOX_OSE */ 2619 /* In OSE case we do NOT know which of PDF viewers are installed, 2620 * so we will just try few of them: */ 2621 QStringList viewers; 2622 viewers << "evince" << "okular"; 2623 foreach (const QString &viewer, viewers) 2624 if (QProcess::startDetached(viewer, QStringList(strLocation))) 2625 break; 2619 vboxGlobal().openURL("file://" + strLocation); 2626 2620 # endif /* #ifdef VBOX_OSE */ 2627 2621 #elif defined (Q_WS_MAC)
Note:
See TracChangeset
for help on using the changeset viewer.