Commented out pesterchum qdb since it's down.
This commit is contained in:
parent
9c9a366355
commit
b148b8cddf
1 changed files with 2 additions and 1 deletions
|
@ -227,7 +227,8 @@ class PesterLogViewer(QtGui.QDialog):
|
|||
self.connect(self.ok, QtCore.SIGNAL('clicked()'),
|
||||
self, QtCore.SLOT('reject()'))
|
||||
layout_ok = QtGui.QHBoxLayout()
|
||||
layout_ok.addWidget(self.qdb)
|
||||
# Website is offline so there's no point.
|
||||
#layout_ok.addWidget(self.qdb)
|
||||
layout_ok.addWidget(self.ok)
|
||||
layout_ok.setAlignment(self.ok, QtCore.Qt.AlignRight)
|
||||
|
||||
|
|
Loading…
Reference in a new issue