Reset debug log window on startup.

This commit is contained in:
Bastian Kleineidam 2010-10-25 19:02:21 +02:00
parent 6fe2e81e3d
commit 3121cc6617

View file

@ -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)