Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

dialogmixin: elminate load_ui()

Changeset 02ac63093bc0

Parent a037d4fc820c

by Adrian Buehlmann

Changes to one file · Browse files at 02ac63093bc0 Showing diff from parent a037d4fc820c Diff from another changeset...

 
66
67
68
69
 
70
71
72
73
74
75
76
 
66
67
68
 
69
70
 
 
 
71
72
73
@@ -66,11 +66,8 @@
  # due to "QObject" not being a subclass of "object"   self.__class__.__bases__ = self.__class__.__bases__ + (ui_class,)   self.setupUi(self) - self.load_ui() + self._quickbars = []   self.disab_shortcuts = [] - - def load_ui(self): - self._quickbars = []     def attachQuickBar(self, qbar):   qbar.setParent(self)