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

repowidget: remove QMetaObject.connectSlotsByName() call

we anyway don't have any slots that match

see http://doc.qt.nokia.com/4.6/qmetaobject.html#connectSlotsByName

Changeset 3baa5ac271d1

Parent a92ad7ea8f33

by Adrian Buehlmann

Changes to one file · Browse files at 3baa5ac271d1 Showing diff from parent a92ad7ea8f33 Diff from another changeset...

 
313
314
315
316
317
318
319
320
 
313
314
315
 
 
316
317
318
@@ -313,8 +313,6 @@
  self.verticalLayout_2.addWidget(self.filelist_splitter)   self.horizontalLayout.addWidget(self.revisions_splitter)   - QtCore.QMetaObject.connectSlotsByName(self) -   def maybeClose(self):   for w in self._quickbars:   if w.isVisible():