VirtualBox

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


Ignore:
Timestamp:
Mar 31, 2010 11:22:54 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: 2643: Offer to download UserManual for OSE version - more wise pdf opening.

File:
1 edited

Legend:

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

    r27756 r27881  
    26172617    QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation));
    26182618# 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);
    26262620# endif /* #ifdef VBOX_OSE */
    26272621#elif defined (Q_WS_MAC)
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