UI/Previewers/PreviewerHTML.py

branch
maintenance
changeset 6319
df201b9fbad4
parent 6050
25a4ddb25ca4
parent 6287
9a193ff6d24a
child 6395
613e37fabd96
diff -r 44249d49d892 -r df201b9fbad4 UI/Previewers/PreviewerHTML.py
--- a/UI/Previewers/PreviewerHTML.py	Tue May 01 12:04:30 2018 +0200
+++ b/UI/Previewers/PreviewerHTML.py	Sat Jun 02 12:44:41 2018 +0200
@@ -329,9 +329,10 @@
         """
         Private slot handling the clicking of a link.
         
-        @param url url of the clicked link (QUrl)
+        @param url URL of the clicked link
+        @type QUrl
         """
-        e5App().getObject("UserInterface").launchHelpViewer(url.toString())
+        e5App().getObject("UserInterface").launchHelpViewer(url)
     
     def __execJavaScript(self, script):
         """

eric ide

mercurial