diff -r 6f0a0b48e80b -r 3efaeaf599b6 PluginWizardDataUriEncoder.py --- 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.