diff src/main.cpp @ 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 54ab3f3e28c0
line wrap: on
line diff
--- 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();