X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdialogs%2Fabout.cpp;h=c14a8fea7d0f487cb376882d18baa595b384fee3;hb=2b82262fa05427247b583bc1a7fd802e6dfef387;hp=9195b83bb56d67cf56022fb4c207ae2a00e54de8;hpb=83259518cae8c8e51ebbe1edba742ac8733ca76a;p=pulseview.git diff --git a/pv/dialogs/about.cpp b/pv/dialogs/about.cpp index 9195b83b..c14a8fea 100644 --- a/pv/dialogs/about.cpp +++ b/pv/dialogs/about.cpp @@ -18,21 +18,18 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -extern "C" { #include -} #include #include "about.h" #include -extern "C" { /* __STDC_FORMAT_MACROS is required for PRIu64 and friends (in C++). */ #define __STDC_FORMAT_MACROS #include #include -} + namespace pv { namespace dialogs { @@ -55,6 +52,7 @@ About::About(QWidget *parent) : .arg(QApplication::applicationVersion()) .arg(tr("GNU GPL, version 2 or later")) .arg(QApplication::organizationDomain())); + ui->versionInfo->setOpenExternalLinks(true); s.append("");