eric7/Plugins/UiExtensionPlugins/Translator/Translator.py

branch
eric7
changeset 9148
b31f0d894b55
parent 8881
54e42bc2437a
--- a/eric7/Plugins/UiExtensionPlugins/Translator/Translator.py	Sun Jun 12 16:05:27 2022 +0200
+++ b/eric7/Plugins/UiExtensionPlugins/Translator/Translator.py	Mon Jun 13 16:39:53 2022 +0200
@@ -95,8 +95,10 @@
         """
         Public method to get an icon.
         
-        @param name name of the icon file (string)
-        @return icon (QIcon)
+        @param name name of the icon file
+        @type str
+        @return icon
+        @rtype QIcon
         """
         return UI.PixmapCache.getIcon(os.path.join(
             os.path.dirname(__file__), "icons",

eric ide

mercurial