Mercurial > trustbridge
diff ui/aboutdialog.cpp @ 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 | 1e18d4c1932a |
children | fa68e5aeeaac |
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);