changeset 843:c27a9b2b096e

Allow to open external links from aboutdialog label.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 30 Jul 2014 10:36:58 +0200
parents bd33c6585cd0
children fa68e5aeeaac
files ui/aboutdialog.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ui/aboutdialog.cpp	Wed Jul 30 09:58:20 2014 +0200
+++ b/ui/aboutdialog.cpp	Wed Jul 30 10:36:58 2014 +0200
@@ -57,6 +57,7 @@
     textDesc->setTextInteractionFlags(
         Qt::TextSelectableByMouse |
         Qt::TextSelectableByKeyboard);
+    textDesc->setOpenExternalLinks(true);
 
     centerLayout->addWidget(textDesc);
     centerLayout->insertStretch(8, 10);

http://wald.intevation.org/projects/trustbridge/