changeset 232:07d837442c55

Open the links in about dialog via external web browser.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Apr 2018 12:42:11 +0300
parents e90dba0cd12a
children 6a12c82d082e 20ce1339f36b
files COPYING.html src/main.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COPYING.html	Wed Apr 11 12:38:47 2018 +0300
+++ b/COPYING.html	Wed Apr 11 12:42:11 2018 +0300
@@ -6,8 +6,7 @@
 </p>
 <p>
 <a href="https://www.qt.io/">https://www.qt.io/</a>
-<a
-href="https://www.gnu.org/licenses/lgpl-3.0.en.html">https://www.gnu.org/licenses/lgpl-3.0.en.html</a>
+<a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">https://www.gnu.org/licenses/lgpl-3.0.en.html</a>
 </p>
 
 <h1>Syntilista license</h1>
--- a/src/main.cpp	Wed Apr 11 12:38:47 2018 +0300
+++ b/src/main.cpp	Wed Apr 11 12:42:11 2018 +0300
@@ -1594,6 +1594,7 @@
         fh.close();
     }
 
+    ui->text_License->setOpenExternalLinks(true);
     setModal(true);
     setAttribute(Qt::WA_DeleteOnClose);
     show();