UI/Previewers/PreviewerHTML.py

changeset 6287
9a193ff6d24a
parent 6048
82ad8ec9548c
child 6319
df201b9fbad4
child 6372
ae44c83fccab
--- a/UI/Previewers/PreviewerHTML.py	Sun May 13 12:55:08 2018 +0200
+++ b/UI/Previewers/PreviewerHTML.py	Sun May 13 12:57:00 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