mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 10:34:42 +00:00
Added documentation to getText() function.
This commit is contained in:
parent
cdb00e9ef8
commit
53205cbe20
1 changed files with 1 additions and 0 deletions
|
|
@ -36,4 +36,5 @@ class LinkCheckerDebug (QtGui.QDialog, Ui_DebugDialog):
|
|||
self.textEdit.clear()
|
||||
|
||||
def getText (self):
|
||||
"""Get debug info as string."""
|
||||
return self.textEdit.toPlainText()
|
||||
|
|
|
|||
Loading…
Reference in a new issue