UI/ErrorLogDialog.py

changeset 1745
74c05a1ca2bc
parent 1740
6a92ffd41de8
child 2302
f29e9405c851
equal deleted inserted replaced
1743:4f9afcd8eb9d 1745:74c05a1ca2bc
46 @pyqtSlot() 46 @pyqtSlot()
47 def on_emailButton_clicked(self): 47 def on_emailButton_clicked(self):
48 """ 48 """
49 Private slot to send an email. 49 Private slot to send an email.
50 """ 50 """
51 self.accept()
51 self.__ui.showEmailDialog("bug", 52 self.__ui.showEmailDialog("bug",
52 attachFile=self.__logFile, deleteAttachFile=True) 53 attachFile=self.__logFile, deleteAttachFile=True)
53 self.accept()
54 54
55 @pyqtSlot() 55 @pyqtSlot()
56 def on_deleteButton_clicked(self): 56 def on_deleteButton_clicked(self):
57 """ 57 """
58 Private slot to delete the log file. 58 Private slot to delete the log file.

eric ide

mercurial