10427:3733e2b23cf7 | 10428:a071d4065202 |
---|---|
29 def __init__(self, plugin): | 29 def __init__(self, plugin): |
30 """ | 30 """ |
31 Constructor | 31 Constructor |
32 | 32 |
33 @param plugin reference to the plugin object | 33 @param plugin reference to the plugin object |
34 @type VcsGitPlugin | |
34 """ | 35 """ |
35 super().__init__() | 36 super().__init__() |
36 self.setupUi(self) | 37 self.setupUi(self) |
37 self.setObjectName("GitPage") | 38 self.setObjectName("GitPage") |
38 | 39 |