mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 18:44:43 +00:00
Remove some old commented out code.
This commit is contained in:
parent
ced1b42124
commit
e8c4304ab7
1 changed files with 0 additions and 5 deletions
|
|
@ -105,11 +105,6 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
self.connect(self.checker, QtCore.SIGNAL("finished()"), self.set_status_idle)
|
||||
self.connect(self.checker, QtCore.SIGNAL("terminated()"), self.set_status_idle)
|
||||
self.connect(self.checker, QtCore.SIGNAL("log_url(PyQt_PyObject)"), self.log_url)
|
||||
#self.controlButton.setText(_("Start"))
|
||||
#icon = QtGui.QIcon()
|
||||
#icon.addPixmap(QtGui.QPixmap(":/icons/start.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
#icon = self.style().standardIcon(QtGui.QStyle.SP_DirOpenIcon)
|
||||
#self.controlButton.setIcon(icon)
|
||||
|
||||
def init_treewidget (self):
|
||||
self.treeWidget.setColumnHidden(0, True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue