Exemplo n.º 1
0
 def _send_report(self):
     """
     Send the contents of the log as a bug report
     """
     text = self._text.document().toPlainText()
     if submit_bug_report(text):
         self._clear()
Exemplo n.º 2
0
 def _send_report(self):
     """
     Send the contents of the log as a bug report
     """
     text = self._text.document().toPlainText()
     if submit_bug_report(text):
         self._clear()
Exemplo n.º 3
0
 def _send_report(self, *args):
     """
     Send the contents of the log as a bug report
     """
     text = self._text.document().toPlainText()
     submit_bug_report(text)
Exemplo n.º 4
0
 def _send_report(self, *args):
     """
     Send the contents of the log as a bug report
     """
     text = self._text.document().toPlainText()
     submit_bug_report(text)