mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 21:01:52 +00:00
Reset debug log window on startup.
This commit is contained in:
parent
6fe2e81e3d
commit
3121cc6617
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class LinkCheckerDebug (QtGui.QDialog, Ui_DebugDialog):
|
|||
super(LinkCheckerDebug, self).__init__(parent)
|
||||
self.setupUi(self)
|
||||
self.connect(self, QtCore.SIGNAL("log_msg(QString)"), self.log_msg)
|
||||
self.reset()
|
||||
|
||||
def log_msg (self, msg):
|
||||
self.textEdit.appendPlainText(msg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue