10:f98d019645f9 | 11:d1af35d0bcc6 |
---|---|
32 def __init__(self, plugin): | 32 def __init__(self, plugin): |
33 """ | 33 """ |
34 Constructor | 34 Constructor |
35 | 35 |
36 @param plugin reference to the plugin object | 36 @param plugin reference to the plugin object |
37 @type PluginPipxInterface | 37 @type IrcExtensionPlugin |
38 """ | 38 """ |
39 super().__init__() | 39 super().__init__() |
40 self.setupUi(self) | 40 self.setupUi(self) |
41 self.setObjectName("IrcPage") | 41 self.setObjectName("IrcPage") |
42 | 42 |