Helpviewer/Network/QtHelpAccessHandler.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 3002
6ffc581f00f1
--- a/Helpviewer/Network/QtHelpAccessHandler.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/Network/QtHelpAccessHandler.py	Sat Sep 28 20:07:36 2013 +0200
@@ -71,6 +71,7 @@
         Private method to guess the mime type given an URL.
         
         @param url URL to guess the mime type from (QUrl)
+        @return mime type for the given URL (string)
         """
         path = url.path()
         ext = os.path.splitext(path)[1].lower()

eric ide

mercurial