Exemple #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()
Exemple #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()
Exemple #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)
Exemple #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)