PluginWizardDataUriEncoder.py

changeset 39
3efaeaf599b6
parent 37
833c3ea0ca93
child 40
6051c7f094b8
--- a/PluginWizardDataUriEncoder.py	Wed Oct 14 19:22:32 2020 +0200
+++ b/PluginWizardDataUriEncoder.py	Sun Nov 22 16:28:08 2020 +0100
@@ -47,18 +47,13 @@
         @param ui reference to the user interface object (UI.UserInterface)
         """
         QObject.__init__(self, ui)
+        
         self.__ui = ui
         self.__action = None
         
         self.__translator = None
         self.__loadTranslator()
     
-    def __initialize(self):
-        """
-        Private slot to (re)initialize the plug-in.
-        """
-        self.__act = None
-    
     def activate(self):
         """
         Public method to activate this plug-in.

eric ide

mercurial